Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to create session in .net

Answers were Sorted based on User's Feedback



how to create session in .net ..

Answer / albert abraham arunkumar

Session can be created using the keyword "Session" as follows:


Session["username"]=txtusername.text

This username will be kept till this current session is expired.

Is This Answer Correct ?    9 Yes 0 No

how to create session in .net ..

Answer / sanoop k

step 1:
creation of session variable-
Session.Add["Username"]=TextBox1.Text;

step 2:

Calling the session value-
Label.Text=Session["Username"].ToString();

Is This Answer Correct ?    6 Yes 1 No

how to create session in .net ..

Answer / srinivasula reddy

Session["name"]="srinivasula Reddy";

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what do you mean by table-per-type?

0 Answers   Microsoft,


What are the components of the .net framework.

0 Answers  


Explain the .net framework.

0 Answers  


Is .net core replacing .net framework?

0 Answers  


What are scaffold templates in mvc?

0 Answers  


How do I install .net framework?

0 Answers  


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


What are the Main Features of .NET platform

1 Answers  


I can't be bothered with all this CAS stuff. Can I turn it off

1 Answers  


What is a view engine?

0 Answers  


How route table is created in ASP.NET MVC?

0 Answers   NA,


Categories