Sponsored By
DataConverter
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
   

Home >> .Net >> ASP.Net >> Unable to implement the Server.Transfer
Author Post

Rajesh Goswami


Total Post: 29
Member Since: 10/19/2010
Points: 151
Unable to implement the Server.Transfer
Posted On: 10/23/2010 6:35:14 AM
please give the example of this problem
thanks
Author Post

Amit Singh


Total Post: 104
Member Since: 8/8/2010
Points: 702
Re: Unable to implement the Server.Transfer
Posted On: 10/23/2010 6:47:42 AM
Server.Transfer is used as response.redirect but it give the better and fast result as redirect.
we use server.transfer in our application as
step 1:
we take one textbox and one button on home page and write the code on button click as
Server.Transfer("Default.aspx");
step 2;
we get the value of textbox of home page by
write this code on default.aspx
 Page page1 = this.PreviousPage;
        TextBox t = (TextBox)page1.FindControl("TextBox1");
        Response.Write(t.Text);

Author Post

Amit Singh


Total Post: 104
Member Since: 8/8/2010
Points: 702
Re: Unable to implement the Server.Transfer
Posted On: 2/12/2011 1:32:47 AM
Report Abuse Form
Reason:    
 
Total Online Users: 2654
Advertisement
MindStick DataConverter
Advertise with Us
  
Copyright © 2013MindStick. All Rights Reserved.