How do you pass session values from one page to another ?
Answer Posted / hari
Get the value from Login Page where the Session Iniciated Like
Sesstion["UserID"]
and you may use this value on another page
Like
EnteredBy=Convert.Toint64(Session["UserID"])
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is asp net theme?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain about Automatic resource management?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How can you display all validation messages in one control?
What is Partial PostBack in ASP.NET?
what is DLL Hell and how it is solved in .NET? please explain clearly??
How ASP.NET page works?
How do you create a master page?
What is query string? What are its advantages and limitations?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the latest version of asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How do you use viewstate?
About CLR, reflection and assemblies?