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 is use of entity container?
What is session state management?
what is way of loading data in ef (entity framework)?
How we can register the Area in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
Explain the difference between viewbag and viewdata in mvc?
What is the need of Action Filters in ASP.Net MVC
Is .net framework 4.8 the last version?
Which is the root namespace for fundamental types in .net framework?
Mention the core components of .net framework?
Can I remove .net framework?
How to answer for project questions..?
Why is entity framework used?
What is attribute routing in mvc?
What is entity client data provider? : Entity framework