Some controls not working with IE

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2005
Posts: 18
Reputation: millers_35 is an unknown quantity at this point 
Solved Threads: 2
millers_35 millers_35 is offline Offline
Newbie Poster

Some controls not working with IE

 
0
  #1
Apr 12th, 2005
I have 2 forms. One is a login form and the other is a registration form. Both have various textboxes and a "Submit" button. Now when using Mozilla these controls "Buttons" work perfect with no flaws but on the other hand when using IE 6.0 When i click the buttons the page just acts like I didnt even hit the button and nothing happens it just sits there. I have my target schema set to ie 5.0. I do have browser caps in my web.config file but even if I take them out IE still doesnt respond to the click event of the button. This is really getting me frustrated. I know there are some problems with different browsers besides IE when working with the .net environment. Any help or suggestions would be appreciated.


Miller
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 18
Reputation: millers_35 is an unknown quantity at this point 
Solved Threads: 2
millers_35 millers_35 is offline Offline
Newbie Poster

Re: Some controls not working with IE

 
0
  #2
Apr 12th, 2005
Ok I found my problem. I had to add this to the web.config
  1. <system.web>
  2.  
  3. <webControls clientScriptsLocation="aspnet_client/system_web/1_1_4322/"/>
  4.  
  5. </system.web>

because for some reason my project wasnt recognizing this files location. So I put it into the same folder as my application.

Miller
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 3732 | Replies: 1
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC