Asp.net Client Side Validation Controls are not workiing in Non IE Browsers

  • Thread starter msnews.microsoft.com
  • Start date
M

msnews.microsoft.com

Hi
I have find the following <browserCap> tag at the follwing link.
http://blogs.msdn.com/scottgu/archive/2004/11/09/254583.aspx
But Still the form is submitted the to server and then show me
the validation summery message which i use in validation controls.
In case IE the form is not submitted to server. First it check
the page validaty and then submit the page.
Regards,

Muhammad Jamil Nawaz



<browserCaps>

<case match="^Mozilla/5\.0 \([^)]*\)
(Gecko/[-\d]+)?Netscape[6|7]/(?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*)).*">

tagwriter=System.Web.UI.HtmlTextWriter
browser=Netscape
version=${version}
majorversion=${major}
minorversion=${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
</case>


<!-- MOZILLA //-->

<case
match="^Mozilla/(?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*)).*">
<case match="^[5-9]\." with="${version}">
tagwriter=System.Web.UI.HtmlTextWriter
</case>
</case>


<!-- OPERA 5+ //-->

<case match="Opera[
/](?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*))">
<filter match="[4-9]" with="${major}">
<filter match="[5-9]" with="${major}">
tagwriter=System.Web.UI.HtmlTextWriter
</filter>
</filter>
</case>

</browserCaps>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top