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
Which is the root namespace for fundamental types in .net framework?
What is namespace of asp.net mvc?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is .net framework in simple terms?
Why is entity framework used?
Is it possible to cancel filter execution?
Does .NET Framework support SAX?
Is dapper better than entity framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the difference between viewbag and viewdata in asp.net mvc?
Explain something about model, view and controllers in asp.net mvc?
What is meant by tempdata in mvc?
What is meant by bootstrap in mvc5?
How to use multiple submit buttons in asp.net mvc?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?