Server-side transfer: (Walk Through Web Application and - TopicsExpress



          

Server-side transfer: (Walk Through Web Application and Development using ASP.net) In this technique Server.Transfer method is used. The Transfer method transfers the entire context of a Web page over to another page. The page that receives the transfer generates the response back to the user’s browser. In this mechanism the user’s Internet address in his browser does not show the result of the transfer. The user’s address bar still reflects the name of the originally requested page. protected void Button1_Click(object sender, EventArgs e) { Server.Transfer(MyPage.aspx, false); } The Transfer method has an overload that accepts a Boolean parameter called preserve-Form. You set this parameter to indicate if you want to keep the form and query string data. ( Join Our Group Computers & Programming - Live Training by Experts...... tiny.cc/lhmsqx )
Posted on: Sat, 13 Dec 2014 06:41:10 +0000

Trending Topics



Recently Viewed Topics




© 2015