Custom Control & System.Web.UI.IPostBackDataHandler.LoadPostData

  • Thread starter Thread starter One Handed Man \( OHM - Terry Burns \)
  • Start date Start date
O

One Handed Man \( OHM - Terry Burns \)

I have implemented the
System.Web.UI.IPostBackDataHandler.LoadPostData interface in my custom
control, however, when I submit this Function is not called by ASP.NET (
Which is what I assume is supposed to happen ).

Unfortunately it does not get called, any ideas what could be causing this ?
 
Sorry, solved it. I found out that in order for this to work. The Name of
the rendered textbox had to be the uniqueID of the class.
 
Back
Top