"Rebind" or page_load a usercontrol on a page when a property of the usercontrol is changed in the p
Posted
by bill
on Stack Overflow
See other posts from Stack Overflow
or by bill
Published on 2010-06-14T00:05:34Z
Indexed on
2010/06/14
0:12 UTC
Read the original article
Hit count: 215
Hi all, i have a usercontrol.. and i'd like to set one of it's property's from the parent page and at the same time "reload" the usercontrol so it's updated.
formally the usercontrol was picking up a querystring parameter and setting itself up with the querystring parameter.. now i'd like to set this from within the parent page..
open to any suggestions. thanks!
© Stack Overflow or respective owner