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
Can you explain autopostback?
What are the contents of cookie?
What is state management react?
When you use Ajax controls in the ASP.NET application?
What is the difference between union and join?
How to Insert/Add in ASPXgridview
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How may clustered index we can create in table?
Explain the advantages of caching?
Can a master page have more than one contentplaceholder?
How can we update records in gridview?Is there any appropriate code for it?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is asp according to you?
What’s the difference between response .redirect and server.transfer?
Which is faster viewbag or viewdata?