Hello everyone,
I am attempting to create several web pages using asp.net. I am having a problem passing information entered into the first page (a login id) to the next page and using that obtained information to search a database in a c# file.
basically:
PAGE 1:
enter id -> PAGE 2
id -> .cs file -> sql query uses id.
could anyone explain how to do this?
