G
Guest
I have added a Button control (also tried LinkButton with same result) and
some code to the click event to my web form in vb.net/vs.net.
When I test it from a browser (IE6) the button shows up but when I click it
nothing happens. In the IE status bar it says "javascript:{if
(typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())
__doPostBack('btnTest','')}" but absolutely nothing happens when I click it.
There seems to be a couple of known bugs that are related to this, especially:
http://support.microsoft.com/?kbid=889877
and maybe this one:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q324735
I have tried running aspnet_regiis.exe -c but there is no difference.
I'm running .net framework 1.1 on a win2k3 server.
Any ideas are appreciated. Thanks.
some code to the click event to my web form in vb.net/vs.net.
When I test it from a browser (IE6) the button shows up but when I click it
nothing happens. In the IE status bar it says "javascript:{if
(typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())
__doPostBack('btnTest','')}" but absolutely nothing happens when I click it.
There seems to be a couple of known bugs that are related to this, especially:
http://support.microsoft.com/?kbid=889877
and maybe this one:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q324735
I have tried running aspnet_regiis.exe -c but there is no difference.
I'm running .net framework 1.1 on a win2k3 server.
Any ideas are appreciated. Thanks.