jaysonKnight.com
Welcome to my corner of the internet

Browse Site by Tags

Showing related tags and posts across the entire site.
  • ASP.NET Validation Controls in Firefox

    I actually figured this out with Bob a while back, but just to reiterate, the following code can get client side validation controls to work correctly in Firefox (or you can always do server side validation at the expense of postbacks): C# Page.Validate(); if ( !Page.IsValid ) { return ; } //Continue...
    Posted to Jayson's Blog by Jayson Knight on 03-25-2005
    Filed under: Technology and Internet, Tools and Resources, .Net, Firefox
Page 1 of 1 (20 items)

Copyright © :: JaysonKnight.com
External Content © :: Respective Authors

Terms of Service/Privacy Policy