In our asp.net 2.0 web application, there is a user control with validation. For some reason, when the validation fails, the pages looks fine, however, no controls (asp buttons, scroll bars, or third party like Telerik text editor) respond to mouse inputs. The only work around is to resize the browser window which will make the UI responsive. Has anyone seen this issue before? What could be causing it?
Share
Check your CSS and/or javascript. It sounds like there is a transparent element (like a div) beging placed over the elements in the page.