How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / srikanth
Hi Jiten, you're mistaken bydefault all the asp.net
controls are server controls that runs server side, so
validation controls do. To reduce the burden on the server
we will use javascript validation which will be done client
side.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the HTML server controls in ASP.NET?
What is an asp.net validator? And, mention its types.
What are the different types of validation controls provided in ASP.NET?
Can you dynamically assign a Master Page?
How many web config files can be created for an application?
In a Repeater control how one can provide an alternating color scheme ?
What are the different kinds of assemblies?
What is a web api? Which protocol is used in a web api?
Can you nest updatepanel within each other?
How do you deploy your asp.net application?
Explain difference betn dataset and recordset?
What do you mean by serialize and marshalbyref?
What are cao and sao.
Do you know about caching with the datasource controls?
How do you do Client-side validation in .Net?