Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all,

I m creating a website using visual studio 2005 as front-end and Microsoft sql as back-end.

I have created stored procedure to fetch data from table for cjk valid user or not.

Now i want to create session using global.asax.
SO how can i do it.
Please reply with full detail.
Posted
Updated 24-Feb-10 19:54pm
v2

1 solution

What do you mean you want to create session using Global.asax?

Please read what Global.asax is for:
Global.asax File[^]

For login, you need to take input about user from UI and pass it on to your backend. Get the response.
If response is positive such that login was successful then store the response in a session for other uses and login into home page.
If response is negative show appropriate message.

Please buy books in order to learn and understand how .Net works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900