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
Which authentication uses a combination of windows and iis authentication?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are the Types of state management techniques
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How do I use a proxy server when invoking a web service?
What is the difference between union and structure?
What is a url string?
What is session mode in asp.net?
Explain about secure socket layer?
How response object is related to asp's response object?
What is the web.config file in asp?
What is an il?
What is the difference between the get method () and post method ()?
How can we identify that the page is post back in asp net?
In how many ways we can retrieve table records count?