LoadPostData

  • Thread starter Thread starter William F. Robertson, Jr.
  • Start date Start date
W

William F. Robertson, Jr.

I have a control called UniqueTextBox, that implements the
IPostBackDataHandler.

I have trying to use the control in a composite control called
UniqueTextBoxEx.

The LoadPostData method of the UniqueTextBox is never getting called.

What do I have to do to have child controls process their own postdata?

Thanks,

bill
 
When I was writing out the control for the non-composite control, I was
writing out name= this.ID.

When I changed it over to name=this.UniqueID, the LoadPostData method was
called and worked like a charm.

bill
 
Back
Top