Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can you explain autopostback?

1036


What are the contents of cookie?

1149


What is state management react?

1086


When you use Ajax controls in the ASP.NET application?

1078


What is the difference between union and join?

1263


How to Insert/Add in ASPXgridview

1086


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

2121


How may clustered index we can create in table?

1047


Explain the advantages of caching?

1063


Can a master page have more than one contentplaceholder?

1010


How can we update records in gridview?Is there any appropriate code for it?

2231


witch is the best insistute in sharpoint course.what abt future of share point course.

3533


What is asp according to you?

1091


What’s the difference between response .redirect and server.transfer?

1033


Which is faster viewbag or viewdata?

1019