Google Brother Up

2009/02/23

Required Field Validator does not fire in Firefox - Solution

Always write code under Page.IsValid scope if Required Field Validator does not fire in Firefox but fires in IE.

try
 {
       if (Page.IsValid)
     {
            // code
      }
 }
 catch (Exception ex)
{
       string msg = ex.Message;
}

203 unique visitors

No comments:

Drop Down List

1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx