Hi
Im looking to user the User ID in my query.
Im currently retriving it in the C# Page.
How can i reference it within the query?
I have made the variable public within the C# Page
This is the piece of code im using within the select parameters
DefaultValue="<%= UserNum %>
Or is there any easier way of getting this value without having to use the C# Page?