validation with alert pop ups

  • Thread starter Thread starter Joel Barsotti
  • Start date Start date
J

Joel Barsotti

When I was doing asp development, I used the Javascript alert("error
message") method for relaying error messages to my users.

I was wondering if there is anyway to do something similar with ASP.net,
especially if it built in and won't require alot of custom JavaScript.
 
Back
Top