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
Which is better php or asp.net?
Explain an object, class and method.
What is the namespace to create thread in .net?
Can a .net web application consume java web service?
What is a swagger in web api?
What is the difference between debug and release?
A Web Service Can Only Be Written In .net. Is it True??
What is AutoEventWireup attribute for ?
What does occur first in ASP.Net, Authentication or Authorization?
Where sessions are stored?
What is difference between singleton and single call?
What are the advantages of using session?
What is the difference between Hash table and Array list?
How does session id work?
Write code to send e-mail from an asp.net application?