morechocolate
Technical User
I have seen on sites where if there was an error in form validation there is a message displayed above or near the textbox, checkbox, etc. where the error occured, usually in bold red font.
When I have compared the before error (before submitting form) and after error source code I notice that the after error source code is slightly different than the before error source code. This leads me to believe that part of the form validation is being done on the server side. I am correct in my thinking?
In either case, how is this technique done? Is ASP the best way to do this?
Thanks
When I have compared the before error (before submitting form) and after error source code I notice that the after error source code is slightly different than the before error source code. This leads me to believe that part of the form validation is being done on the server side. I am correct in my thinking?
In either case, how is this technique done? Is ASP the best way to do this?
Thanks