| Hi,
Great,
EnableClientScript -sets a value indicating whether client-side validation is enabled.
it's we can tell to control perform validation in the client side.Because of the all validation control perform validation in server side.
[url]http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.basevalidator.enableclientscript.aspx[/url]
AccessKey-Evaluates the value of an input control to ensure that the user enters a value.
Here full details [url]http://msdn.microsoft.com/en-us/library/5hbw267h%28VS.80%29.aspx[/url]
Thank you | |