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
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Give a few examples of page life cycle events.
How do I publish my asp.net application to my isp's web server?
How can I configure asp.net applications that are running on a remote machine?
explain code with datachaching with example
What is advantage of asp.net?
How response object is related to asp's response object?
Differentiate the session object and application object?
How can you apply a theme to your asp.net application?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
How do you secure your connection string information?
Explain serialization and deserialization?
What are the disadvantages of using session?
Can more than one person use the same login?
what is publisher?