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
how do you truncate a table using entity data model?
Does .NET Framework support SAX?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
Is the following route definition a valid route definition? {controller}{action}/{id}
What are Validation Annotations?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Explain the types of Scaffoldings.
How route table is created in ASP.NET MVC?
What are the versions of .net framework?
What is the full form of sp?
Explain the use of Inversion of control (IOC)?
what do you mean by table-per-type?
what is eager loading?
What is code first? : Entity framework
What is entity framework? : Entity framework