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 asp.net application life cycle?
What is the default timeout for a cookie?
How do active server pages work?
What is state management technique?
Define static function?
What is the parent class of all web server control?
What is ispostback method in asp.net? Why do we use that?
How Can assign alias name for ASP.NET Web API Action?
What is the difference between CLICK and MOUSE DOWN Event ?
Explain the updatepanel?
How would you get asp.net running in apache web servers?
How can u deifne the benefits and limitation of using Viewstate for state management?
Can you set the session out time manually?
List of words of preprocessor in .net?
Can we use html in asp.net?