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:
Post a Comment