Sponsored By
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Article
Forum
Blog
Quiz
Beginner
Careers
Contact
Login
Email Id
Password
Remember Me
Forgot Password?
Sign Up
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
Report Abuse
please give the example of this problem
thanks
Reply
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
Report Abuse
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);
Reply
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
see this link on server.transfer method
http://www.mindstick.com/Blog/38/Server%20Transfer%20how%20use%20it
Reply
Report Abuse Form
Reason:
Total Online Users:
2654
Advertisement
Advertise with Us
Copyright ©
2013
MindStick. All Rights Reserved.
Home
|
Contact Us
|
Services
|
Feedback
|
Advertisement
|
Privacy Policy
|
Term & Conditions
|
About Us