Thread: new to asp.net
View Single Post
Old 11-28-2004, 09:47 AM   #1 (permalink)
rmill9681
Registered User
 
Join Date: Sep 2004
Posts: 8
rmill9681 is on a distinguished road
new to asp.net

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?
rmill9681 is offline   Reply With Quote