Hi anyone..
I am trying to complete a project for class and am a bit stuck.
I have a login page, which when submitted goes to a members page.
I want to take the primary key (CustID) from the login page (login Table) to the members page(Customers table), then use this primary key (CustID) to display data from the Customers Table in textboxes.
I know how to display the data in the text boxes using a stored procedure, but
I want the data to be already in these textboxes when the user gets to the members page.
Hope this is not confusing..
I have searched high and low for clues but cant seem to find any!!
I am doing it in C# code in asp.net 1.1
any clues/hints would be fantastic...
Jodi
I am trying to complete a project for class and am a bit stuck.
I have a login page, which when submitted goes to a members page.
I want to take the primary key (CustID) from the login page (login Table) to the members page(Customers table), then use this primary key (CustID) to display data from the Customers Table in textboxes.
I know how to display the data in the text boxes using a stored procedure, but
I want the data to be already in these textboxes when the user gets to the members page.
Hope this is not confusing..
I have searched high and low for clues but cant seem to find any!!
I am doing it in C# code in asp.net 1.1
any clues/hints would be fantastic...
Jodi
Comment