G
Guest
Hi guys
Ok, i have an aspx with a user control. In the user controls pageload i set
a property (mystring = "test"
. i then want to access that from the
page_load of the aspx thats using the control.
the problem is that the pageload for the page fires before the pageload for
the control, so if i say in my pageload
response.write(control.mystring);
i get blank, because the controls pageload hasnt fired and set the variable
yet.
how do i get round this problem?!!
much help appreciated.
cheers
dan
Ok, i have an aspx with a user control. In the user controls pageload i set
a property (mystring = "test"

page_load of the aspx thats using the control.
the problem is that the pageload for the page fires before the pageload for
the control, so if i say in my pageload
response.write(control.mystring);
i get blank, because the controls pageload hasnt fired and set the variable
yet.
how do i get round this problem?!!
much help appreciated.
cheers
dan