Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, May 17, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > ASP.Net > Cookies
Cross Page Postback Without Circular Reference Errors        
Total Hits: 3  |  Today: 0 Author: webbuilder       Rating:  
Read Reviews | Write Review |              Your Rating: 

This whole thing started out simple. All I wanted to do was pass a single variable back and forth between two pages in an admin section of a website using cross page postback. Were it not for my use of a master page I would not be writing about this. Without a master all you need to use is find control. However, with a master page things get more complicated. I’ll not go into it more than to say you need to find the control via the clientID and you need to somehow get that id in ways that I consider prone to error. Therefore I opted for strong typing of the previous page. This nailed me with another issue.

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net