Wednesday, January 20, 2010

Asp .net web controls not rendering in internet explorer 6.0?

I'm working on a web application in asp .net but I seem to be having a problem with displaying web controls such as textbox or buttons in the browser. Not sure what could be causing this, I would appreciate any help or suggestions, thank you in advance :)Asp .net web controls not rendering in internet explorer 6.0?
I'd start by determining if security is blocking the controls from working, temporarily remove any security/virus blocking software along with placing of the site in your 'trusted' zone (Internet Options - Security Tab.) If security isn't the issue, try checking for any patches to be applied to IE6 (e.g. SP2, security-related). If none of this works, then the likely source is a problem with your development code, try walking the code and determining what is going on with each line of code checking values. Provide a few more details and repost your question (such as never has worked in any browser, more details on the methods used to build the controls.)

No comments:

Post a Comment