How many types of validation controls are provided by
ASP.NET?
Answer Posted / swarupa
As for my knowledge there are Seven type of validation
controls are available in ASP.NET
1.Required Field Validator
2.Regular Expression Validator
3.Compare Validator
4.Range Validator
5.Custom Validator
6.Custom Validator
7.Dynamic Validator
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Can the dictionary object be created in client?s scope ?
How Can assign alias name for ASP.NET Web API Action?
How do we sort the data from a dataset?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How do we access view state value of this page in the next page?
What is the base class from which web forms are inherited?
What’s the difference between asp.net web forms and asp.net mvc?
What is another word for redirect?
What is syntax code to send email from an asp.net application?
How would you enable impersonation in the web.config file?
How does a content page differ from a master page?
What is inheritance and an how it be used, example with an example?
what cut off mark for po's,what questions they asked for interview?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Write some code using interfaces, virtual methods, and an abstract class`