Sunday, March 11, 2012

Error: theForm is undefined

Hello.

well, to be honest, i haven't taken a look at your code, but i think this is the traditional bug related with the fact that the __doPostbak method et al haven't been inserted in the page. try adding a dummy button like this to the page and see if your page starts working:

<asp:LinkButton runat="server" id="lnk" style='display:none' Text='dummy' />

No comments:

Post a Comment