B
Bill
Hi all
I want to use an OnLoad command to trigger a search of a database to
see if the user's login is there. I then want to set a variable which
indicates if the user was found.
Do I use a SelectCommand in the SqlDataSource and reference
User.Identity.Name? If so, what is the proper syntax for that?
Then how do I use the OnLoad command to trigger the search?
Any help appreciated!
Thanks,
Bill
I want to use an OnLoad command to trigger a search of a database to
see if the user's login is there. I then want to set a variable which
indicates if the user was found.
Do I use a SelectCommand in the SqlDataSource and reference
User.Identity.Name? If so, what is the proper syntax for that?
Then how do I use the OnLoad command to trigger the search?
Any help appreciated!
Thanks,
Bill