On Age field how many Asp.Net validation controls will be suit?
Answer Posted / yagnesh shastri
CompareValidator control to validate an input field. The field to validate was defined by the attribute ContolToValidate.
You can also use a ValidationSummary control with the attribute FormToValidate, to validate all the input of a form.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do you hide the columns?
How is session id generated?
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?
Explain the concept of event bubbling in ASP.NET?
Is it possible to change the index of primary key on table?
What is data reader in asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain the use of errorprovider control in .net?
What is the difference between session and viewstate?
What are the uses of reflection?
What is the difference between session object and application object?
How to unit test Web API?
What are the different types of validation controls provided in ASP.NET?
How do I open an ashx file?