-
1
- #1
ShrunkenHead
Technical User
I am using ASP .NET login controls. I need to use the USERNAME in a Query after the user logs in.
Example Select * from Mytable where Authorid=@Loginid
I can't seem to make this work How do I get the currently logged in user into the query variable.
Thanks for any help
Example Select * from Mytable where Authorid=@Loginid
I can't seem to make this work How do I get the currently logged in user into the query variable.
Thanks for any help