| |
wameed
Posts: 1
Score: 0
Joined: 7/23/2005
Status: offline
|
Hi, I'm trying to create a login form that will check the user input (User_name, Password) with the Login account in the SQL Server2000, if the user entered a valid login pair, I'll redirect him to a form that retreive database records according to the search type that the user select (i.e need connection string). the question is how to make the login pair (User_name, Password) public argument that I can depent on it for all the subsequent forms that need connection string after login. i read about golbal.asa file, so can I retrieve what the user enter in the login form and use them in the connection string in the On_Start session part ? any help?
|
|