Webcontrol Property...Get fails to return updated textbox

  • Thread starter Thread starter Wayne M J
  • Start date Start date
W

Wayne M J

I have a webform that is hosting a Web User Control that is feed through the
Property...Set all its required data.

When I make changes to said data, I then fire off the Button_Click event to
grab that data back, however the only information that I do retrieve is the
original data from the above P..S.

I have tried from both the WUC and the WF, even using
Ctype(WUC1,WUC).Property... but to no avail.

Is there an extra step I need to take?

I have tried using the AutoPostBack, but that just refreshes the control to
the above P..S state.
 
Back
Top