simple
Web Development
3
Posts
3
Posters
0
Views
1
Watching
-
hi all which one is best, Response.redirect(""), server.transfer("") i have pass querystring values thanks
-
hi all which one is best, Response.redirect(""), server.transfer("") i have pass querystring values thanks
That depends on what behaviour you want. Response.Redirect sends a redirect page to the browser, so the browser will be sending a request for the url that you specify. Server.Transfer just continues execution in the new file, using the same response.
--- b { font-weight: normal; }