[Mono-list] Problem using RegularExpressionValidators with IE7

jnsjkm jaanus.jaakma at apprise.ee
Thu Mar 15 04:35:30 EDT 2007


 Hello!
 
I'm having trouble using my web application with Internet Explorer 7.  
I'm running mono 1.1.13.4 under Debian and apache2 web server.
 
Firstly mono doesn't recognize IE7 browser. If on a page I ask
Request.Browser it gives me:
* Browser = "unknown"
* Type = "Unknown0"  
* Version = ""
 
This is fine with Firefox and IE6
 
Secondly, I use RegularExpressionValidator's on my page to validate user
input.  
Everything works fine with IE6 and Firefox but if I visit my page using IE7,
then validation fails. (Page_ClientValidate == "unknown")
 
I noticed that with IE6 and Firefox a script tag (<script></script>) with
WebUIValidation.js is automatically added to the sourcecode of the page.
 
But using IE7, that is not added to my page source. And that is the reason
why my validation fails.
 
I have no clue why it is not added, so my question is: has anybody
encountered this kind of problem before and if so then how can it be fixed?
 
Thanks for replies! 
-- 
View this message in context: http://www.nabble.com/Problem-using-RegularExpressionValidators-with-IE7-tf3406978.html#a9490325
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list