views:

214

answers:

0

I have a usercontrol that contains 2 textboxes.

When the page is postback, the ID of those 2 textboxes disappear? The value stay there when the Ajax is called (ontextchanged). I noticed that the method "LoadPostData" of IPostBackDataHandler is not called after a postback (but only when the Ajax is called).

Any ideas?