W
Webmills
Hi
I have a web user control that, as part of its functionality,
calculates a value that needs to be passed back to its' parent page for
further calculation and display. This value is stored within
theViewState collection for the web user control and accessors exist.
At which point within the parent page should I be using this value. If
I access it within the Page_Load event then the calculation has not
occured.
Thanks for your help.
James
I have a web user control that, as part of its functionality,
calculates a value that needs to be passed back to its' parent page for
further calculation and display. This value is stored within
theViewState collection for the web user control and accessors exist.
At which point within the parent page should I be using this value. If
I access it within the Page_Load event then the calculation has not
occured.
Thanks for your help.
James