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
Explain how can we inherit a static variable?
What is asp net theme?
Why session is more secure than cookies?
Are cookies client side or server side?
How we implement web farm and web garden concept in asp.net?
Is it possible to apply themes to an asp.net application? If yes, then how?
how to retrieve property settings from xml .config file.
What is request and response in asp.net?
What is caching in asp.net?
List all templates of the repeater control.
Describe the master page.
To get the values in two different controls to match which control you use it?
Explain the use of dataadapter.
Write code to send e-mail from an asp.net application?
How do I upload a file from my ASP.NET page?