How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / anjani mittal
ASP.net has some validation controls which r used for validation of entry in the textboxes,dropdown & other controls etc.
These Validation Controls r:-
1> Required field validator.
2> Regular Expression field validator.
3> Range Validator.
4> Compare validator.
5> Custom field validator.
6> Validation field summary(used to display error messages).
Client side validation is better than that of server side validation b'coz it reduces the load on server by using client side validation & by doing this server performance increases & there responsivess is efficient....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to sign out from forms authentication?
Describe how passport authentication works.
what are the Custom controls in asp.net?
Can more than one person use the same login?
Is there any property names “isnavigating”?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How can you ensure a permanent cookie?
How many types of state management are there in asp net?
How do we sort the data from a dataset?
Is asp.net and .net the same?
What are strong names?
What is the life-span of the items in the viewstate?
What is advantage of asp.net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What are the components of ado.net?