Tuesday, August 6, 2013

how to use session variables in ASP.Net

session variables is a important and necessary variable in asp.net, specially in web programming.
programmer can use session variable to keep the information for the particular session. i.e if you fill a session variable with data you can use this variable of dada any point of data for the particular session.

below is the example of session variable

Session["LoginUserID"]=txtuserid.text;

No comments: