deepthoughts that was it.. something so simple.. and i over looked it.. thanks for the help.. ive passed the page on to QA and as long as they dont find anything wrong it will go live ASAP..
thanks..
Intermediate ASP.net User, Using VS2008/VS2010 with C# and SQL2005, SQL2008, Silverlight 3
---------------------
Mark as Answered if it helped
Can anyone tell me why the validation is being executed when you tab out of the field? they want it to only happen when you click the submit button.
they want all validation to occur ONLY when the button is clicked.. not when you tab out of the field.. its come to light now that the new field is in place.. if you enter your email.. and tab to the confirm box, the validation is executed and the error
message shows but you havent even made it to that field to complete it..
Intermediate ASP.net User, Using VS2008/VS2010 with C# and SQL2005, SQL2008, Silverlight 3
---------------------
Mark as Answered if it helped
Can anyone tell me why the validation is being executed when you tab out of the field? they want it to only happen when you click the submit button.
they want all validation to occur ONLY when the button is clicked.. not when you tab out of the field.. its come to light now that the new field is in place.. if you enter your email.. and tab to the confirm box, the validation is executed and the error
message shows but you havent even made it to that field to complete it..
Intermediate ASP.net User, Using VS2008/VS2010 with C# and SQL2005, SQL2008, Silverlight 3
---------------------
Mark as Answered if it helped
they want all validation to occur ONLY when the button is clicked.. not when you tab out of the field.. its come to light now that the new field is in place.. if you enter your email.. and tab to the confirm box, the validation is executed and the error message
shows but you havent even made it to that field to complete it..
Why not you use the ValidationSummary control then. Like this..
cubangt
Contributor
3052 Points
2405 Posts
Re: Confirm email address issues
Nov 11, 2009 06:40 PM|LINK
deepthoughts that was it.. something so simple.. and i over looked it.. thanks for the help.. ive passed the page on to QA and as long as they dont find anything wrong it will go live ASAP..
thanks..
---------------------
Mark as Answered if it helped
cubangt
Contributor
3052 Points
2405 Posts
Re: Confirm email address issues
Nov 11, 2009 07:03 PM|LINK
Can anyone tell me why the validation is being executed when you tab out of the field? they want it to only happen when you click the submit button.
they want all validation to occur ONLY when the button is clicked.. not when you tab out of the field.. its come to light now that the new field is in place.. if you enter your email.. and tab to the confirm box, the validation is executed and the error message shows but you havent even made it to that field to complete it..
---------------------
Mark as Answered if it helped
cubangt
Contributor
3052 Points
2405 Posts
Re: Confirm email address issues
Nov 11, 2009 07:04 PM|LINK
Can anyone tell me why the validation is being executed when you tab out of the field? they want it to only happen when you click the submit button.
they want all validation to occur ONLY when the button is clicked.. not when you tab out of the field.. its come to light now that the new field is in place.. if you enter your email.. and tab to the confirm box, the validation is executed and the error message shows but you havent even made it to that field to complete it..
---------------------
Mark as Answered if it helped
deepthoughts
Contributor
7288 Points
1051 Posts
Re: Confirm email address issues
Nov 14, 2009 09:54 AM|LINK
Why not you use the ValidationSummary control then. Like this..
and set the Display property of other validator controls to "none".
Thanks.