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
What are Model Binders in ASP.Net MVC?
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?
Can you explain renderbody and renderpage in mvc?
What is routeconfig.cs in mvc 4?
what is conceptual model?
How does �side by side� work for the .net framework 3.0?
Is dapper better than entity framework?
Which filter executes first in an asp.net mvc application?
What are ajax helpers in asp.net mvc?
What is Layout in ASP.Net MVC?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is page life cycle?
Is .net core replacing .net framework?
How to change the action name in mvc?
What is entityset? : Entity framework