HTRegz

I have managed to achieve this thing with your help, but for this i have to made a little adjustment. Anyways now the problem is as i have said earlier i am using Ultra Dev and there is an option in it "Server Behaviors" and in server behaviors Log In User. So i am using this option to create login.asp page with fields Username and password and method for form submission POST.

When i put Request.Form("username") on the next page i can't see any text written there,
although it should show user name enter on login screen.

So to check whether the information is getting pass in b/w pages i simply remove this server behavior and use POST method in the login.asp page and on passed the information to that forms.asp page and YEAP i could see the Request.Form("username") is working in this way so whatever i enter on login.asp username field i get it at forms.asp page.

Now the question as i have to create a login page so i have to include that server behavior in login.asp page so why this Request.Form("username") is not working in this method?

I have attached both Login.asp & forms.asp Coding with the DB see if you find the error.