CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.faq_frequently_asked_questions Tags:
Item Type: NewsGroup Date Entered: 4/6/2005 11:10:40 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 6 Views: 34 Favorited: 0 Favorite
7 Items, 1 Pages 1 |< << Go >> >|
ranganh
Asp.Net User
Whidbey: Accessing controls in Previous Page4/6/2005 11:10:40 AM

0

Hi,

In my earlier article, I explained how the PostBackUrl property has made the job of posting the page to a different page easy in Whidbey.

There is a more effective way of accessing the Controls in the previous page. Its using the PreviousPage property of the Page.

Please check http://harishmvp.blogspot.com/2005/04/whidbey-accessing-controls-in-previous.html on how to accomplish this.

Thanks.

Link Updated !!!

 


 


regards,
Harish

http://geekswithblogs.net/ranganh
bastiaanwildero
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page8/18/2006 9:35:07 PM

0

The link doesnt work - broken link ?
bolohead
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page11/11/2006 11:50:13 PM

0

yup - ? - still broken - oh well
ranganh
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page11/14/2006 11:41:32 AM

0

 

Hi,

Sorry for the inconvenience.

The link is now updated in the original post.

Thanks. 

 

 


regards,
Harish

http://geekswithblogs.net/ranganh
bolohead
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page11/14/2006 4:00:06 PM

0

thank you Harish (nice site too)
sanjeev_asp.net
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page2/7/2007 6:40:59 AM

0

This is really goodBig Smile
alug
Asp.Net User
Re: Whidbey: Accessing controls in Previous Page3/28/2007 7:35:57 AM

0

Hi:

I use to find the control from the following code and that is in the framework 2.0.

TextBox tb = (Textbox) PreviousPage.FindControl("Textbox1");

tb is the current refernce to the previous page control and the Textbox1 is the id of the previous page.

in the condition you must set PostBackURL (URL of that page in which u want to navigate the page) of the button control.

 

Kind Regards:

Ali Usman

7 Items, 1 Pages 1 |< << Go >> >|


Free Download:




   
  Privacy | Contact Us
All Times Are GMT