How do you pass session values from one page to another ?
Answer Posted / vimal chauhan
response.redirect("requireform.aspx?"& txtbox1.text)
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
What is the life cycle of web page?
What is semantic gap?
What are the difference between overriding and overloading?
What is meant by ispostback in asp net?
What is client side state management?
What is mvc in asp.net tutorial? : Asp.Net MVC
Define dll hell?
Where do we store our connection string in asp.net application?
Explain diff. Between friend and protected friend?
What is the difference between session and viewstate in asp.net?
What is web router?
How do http sessions work?
How Session use Cookies in State Management?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?