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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top