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 inheritance and an how it be used, example with an example?
Explain different types of Caching techniques in ASP.NET?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain the significance of routing? : asp.net mvc
What are app services?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is cookieless session id explain in brief?
What does asax stand for?
What is difference between asp.net and asp?
What is the adavantage of using ASP.NET routing?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How you can manage the state of application at the server side in ASP.NET?
How you will manage the state of ASP.NET controls?
Explain about solution explorer window?
Define xmlreader class.