On a page after the user presses the Submit button, he/she will be sent to a
second page where his/her records are displayed in Gridview. The record
selection is based on a user ID which is passed via a session object.
So on the second page, can the selection criteria be specified in a
SqlDataSource object? or should I do it programmaticall y in the page load
event?
Thanks for any insight.
second page where his/her records are displayed in Gridview. The record
selection is based on a user ID which is passed via a session object.
So on the second page, can the selection criteria be specified in a
SqlDataSource object? or should I do it programmaticall y in the page load
event?
Thanks for any insight.