Thanks for Brock's informative inputs.
Hi TS,
The ASP.NET validation control's server-side valiation won't interrupt the
ASP.NET page request's processing. Actually the server-side validation
occurs after Page_Load and before the page's postback event get processing.
Generally, if we care about the validation result, we should
programmatically check the Page.IsValid property and adjust the codelogic
in event handler. Here is a good msdn article discusses on ASP.NET
validation:
#ASP.NET Validation in Depth
http://msdn.microsoft.com/library/en-us/dnaspp/html/aspplusvalid.asp?frame=t
rue
Hope this helps.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)