Is something like possible with on SharePoint 2007 page?
I need to pass current user (in domain\user format) to a SQL Select.
<script runat="server"> protected override void OnLoad(EventArgs e) { SqlDataSource2.SelectCommand = "SELECT * FROM [APT_Files_Detailed] ORDER BY [CreDate] ASC "; } </script>
============================
Thank You
cyberpine.com