T
timpera2501
I have an application where users log in with the standard .NET 2.0 login
control and database.
Once logged in, I want the data retrieved by an ObjectDataSource control to
be dependent on the UserName.
The choices I have for "Parameter Source" are:
Cookie
Control
Form
Profile
QueryString
Session
I have tried putting "UserName" as the parameter name for all of these, but
it still does not pass the variable. How do I reference the username of the
current user and pass it to an ObjectDataSource as a parameter?
Thanks for any help you can offer.
-Amanda
control and database.
Once logged in, I want the data retrieved by an ObjectDataSource control to
be dependent on the UserName.
The choices I have for "Parameter Source" are:
Cookie
Control
Form
Profile
QueryString
Session
I have tried putting "UserName" as the parameter name for all of these, but
it still does not pass the variable. How do I reference the username of the
current user and pass it to an ObjectDataSource as a parameter?
Thanks for any help you can offer.
-Amanda