How do you pass session values from one page to another ?
Answer Posted / raja mohamed
request query:
response.redirect("requireform.aspx"?get=txtbox1.text);
requireform.aspx
txtbox2.text=get
server transfer:
dim my as string
m="value"
server.transfer("requireform.aspx"?get=m)
requireform:
dim t as string
t=page.request("m")
Is This Answer Correct ? | 11 Yes | 34 No |
Post New Answer View All Answers
List some of the important session state modes of asp.net.
What are the events in a page life cycle?
Explain parts of assembly?
Do you know about caching with the datasource controls?
What is the difference between localization and globalization?
How can we create pie chart in asp.net?
Explain the difference between Web Garden and Web Farm?
What is application state?
Why do we need asp.net?
What is data caching?
What are the different types of sessions in asp.net?
Mention the execution process for managed code?
What is a url string?
Which authentication uses a combination of windows and iis authentication?
What is the difference between globalization and localization?