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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Model Binders in ASP.Net MVC?

1366


what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?

2275


Can you explain renderbody and renderpage in mvc?

1072


What is routeconfig.cs in mvc 4?

1166


what is conceptual model?

1085


How does �side by side� work for the .net framework 3.0?

1024


Is dapper better than entity framework?

1024


Which filter executes first in an asp.net mvc application?

1036


What are ajax helpers in asp.net mvc?

1129


What is Layout in ASP.Net MVC?

1114


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

997


What is page life cycle?

1068


Is .net core replacing .net framework?

1028


How to change the action name in mvc?

1042


What is entityset? : Entity framework

1097