Re: ASP.net server side scripting -
02-09-2006
, 08:31 AM
Hi Anoop,
Place your validation scrit in the code behind file. Lets say you want
validate on a button click. Write a code to validate your input
controls in a method and call this method on server click of the
button.
Cheers,
Kris |