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

Explain authorization levels in .net ?

1088


What is the difference between session.abandon() vs clear()?

1024


What is different in .net 1.1 and .net 2.0?

1074


How can you handle unmanaged code exceptions in asp.net?

1146


Where session variables are stored?

1031


What is a user developed application?

1002


What are type/key pairs in client script registration?

1129


I’m having some trouble with cas. How can I diagnose my problem?

1091


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

3543


Write a code for passing ArrayList in Web API?

1609


Why SessionID changes in every request in asp.net?

1021


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1076


What is session management in web application?

1069


What is the asp.net mvc folder conventions? : asp.net mvc

961


Explain Life cycle of ASP.NET page when a request is made.

1272