J
John Slate
I have developed a custom control for use in a webform. The control has
a button that when clicked sets a public text property. I want for users
of this control to be able to read this property from the webform.
however, if I try to read the Text property from the Page_Load method,
nothing is returned, since Page_Load fires before the control fires its
button click event. Any ideas what I am doing wrong?
a button that when clicked sets a public text property. I want for users
of this control to be able to read this property from the webform.
however, if I try to read the Text property from the Page_Load method,
nothing is returned, since Page_Load fires before the control fires its
button click event. Any ideas what I am doing wrong?