How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain?
Answer Posted / pratap
As far as i know we have 6 validation controls only.
1. Required field validator
2. compare validator
3. Regular expression validator.
4. Range validator.
5. Custom validator
6. Validation summary.
Correct me if i am wrong.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Is asp.net and .net are same or different?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is a page life cycle?
How do you deploy your asp.net application?
Explain server side state management system.
Explain in what order a destructors is called.
Is it right that ASP.NET Web API has replaced WCF?
Is asp.net 64-bit enabled? How?
Do I need to have the latest version of windows media player installed?
Define static function?
What is data binding in asp net?
What is the sequence in which ASP.NET events are processed?
Explain model, view and controller represent in an mvc application? : asp.net mvc
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is the difference between the get method () and post method ()?