0
kicks
Handling Validations Effectively With Validation Controls in ASP.Net
Validation is one of the indispensable parts of any asp.net projects we develop. To prevent any devastation or inconsistency due to user inputs we have to rely upon some sort of validations in asp.net application.Validations on user input can be done in 2 ways, Client Side Validation and Server Side Validation.