OnClick & ButtonClick

  • Thread starter Thread starter Vinod I
  • Start date Start date
V

Vinod I

Hi Team,

I want execute "Onclick" event whcih will trigger to a ClientSide Validation
Javascript and once that over, should call Server side Button_Click().

Please let me know how to do this for a Server side Button Control.

Thanks in advance

Cheeeeeeeeeers !!
 
Try out the ASP.NET Validation controls (RequiredFieldValidator,
RangeValidator, etc).

If you have some follow up questions on validators they will probably
get answered quicker in the microsoft.public.dotnet.framework.aspnet
group.

HTH,
 
Back
Top