asp:Button doesn't work in IE7


Author Message
Jonas

Posted: 2/5/2009
Quote message 

Hi, I added some functionality to my wonderful-looking Artisteer-C#-project, but strangely a simple <asp:Button>'s just wont do anything in IE7. In Firefox its working fine though.

When I hover over a asp:button I'm supposed to see the page name (default.aspx) in the status row as it shout be getting postbacked to itself onclicked, but when I run the Artisteer-project nothing shows in the status row when I hover. Type = "submit" when I check the source of the running page, but no action.

This happens both in 1.0.0.nnn alfa and 2.0.0.nnn beta.

Any suggestions? Thanx!
 
Jonas

Posted: 2/7/2009
Quote message 

Found out - it's the multiple <form>'s on one page that's causing the problems. :-)