D
Duwayne
I am having lots of trouble with one of my user controls (ascx) not
automatically loading postback data. An image on the aspx page starts
the postback and the parent has no problem loading it's own
information, but when it comes to loading the data for the user
control, nothing loads. From my understanding, during postback, the
user control should reload the new information based on the postback.
Some information:
The aspx dynamically loads the ascx pages based on postback data. when
an ascx is loaded, it should first load information from the db. The
user inputs new information into the form and clicks an image in the
aspx page and triggers the postback. Please give me some pointers.
Thanks.
automatically loading postback data. An image on the aspx page starts
the postback and the parent has no problem loading it's own
information, but when it comes to loading the data for the user
control, nothing loads. From my understanding, during postback, the
user control should reload the new information based on the postback.
Some information:
The aspx dynamically loads the ascx pages based on postback data. when
an ascx is loaded, it should first load information from the db. The
user inputs new information into the form and clicks an image in the
aspx page and triggers the postback. Please give me some pointers.
Thanks.