What is the difference between HTML and Web server controls?
Ask by Sumit Kesarwani
Updated 23 Sep 2020
HTML controls are client-side controls; therefore, all the validations for HTML controls are performed at the client side. On the other hand, Web server controls are server-side controls; therefore, all the validations for Web server controls are performed at the server side.