Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Server Control Question 1

Status
Not open for further replies.
Well, you could either set up a property for the control and declaratively or programatically set it to something (presumably only once) or...

You could have each of them work with the viewstate bag. Where each one would try to set viewstate.item("oneDone") = 1 or something like that, and then each subsequent one that loaded would know if one had already been loaded, and could modify its behavior.
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top