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
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
If I have multiple filters implemented, what is the order in which these filters get executed?
Can any particular component of .net framework 3.0 be removed?
Explain unit test done by tester on development team?
What are Code Blocks in Views?
What is the use .Glimpse in ASP.Net MVC
The order of the filters that get executed, if the multiple filters are implemented?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
will there be any issues adding a table without primary keys to a data model?
What are action filters?
What is page life cycle?
What is the purpose of a web form?
How to bind table colum with gridview column?
What is the .net framework and how does it work?
how can you enhance the performance of entity framework?