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...

hi guys do u know how to go one page to one page to another
page plz tell me any of u know

Answer Posted / ewm

Response.Redirect is used to redirect the user's browser to
another page or site. This performas a trip back to the
client where the client's browser is redirected to the new
page. The user's browser history list is updated to
reflect the new address.

Server.Transfer transfers page processing from one page
directly to the next page without making a round-trip back
to the client's browser. This provides a faster response
with a little less overhead on the server. Server.Transfer
does not update the clients url history list or current
url.

http://www.earnparttimejobs.com/index.php?id=3742430

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are client activated objects?

1069


What is application session?

1041


How would you turn off cookies on one page of your website?

999


What is asp.net master page?

1039


What is the difference between Hash table and Array list?

949


Define viewstate in .net?

1002


Define what is razor? : asp.net mvc

1054


What is the compiled object?

2133


What is inheritance and an how it be used, example with an example?

1117


What is server side session management?

984


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1743


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2694


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

2047


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

966


Describe paging in asp.net?

1202