transparent
Programmer
Hi all.
I'm building a custom control which generates a date picker.
In my control, if I try to access data (that's stored in the viewstate of the custom control) within the onint event, I can't access the viewstate data.
If I do this in the page_load event of the custom control, I can access this data.
However I need to be able to access this data before the controls page load event (since the containing pages page-load event will have fired before the custom controls event).
Ho do I do this?
I'm building a custom control which generates a date picker.
In my control, if I try to access data (that's stored in the viewstate of the custom control) within the onint event, I can't access the viewstate data.
If I do this in the page_load event of the custom control, I can access this data.
However I need to be able to access this data before the controls page load event (since the containing pages page-load event will have fired before the custom controls event).
Ho do I do this?