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 many languages are supported by .NET at present time?
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?
Define msil.
Explain Session state management options in ASP.NET.
What language is asp.net written in?
What is difference between session and viewstate?
Briefly describe the role of global.asax?
Are xaml file compiled or built on runtime?
How can I configure asp.net applications that are running on a remote machine?
Explain the overview of asp.net?
Explain difference betn dataset and recordset?
In which event are the controls fully loaded?
What are the different types of proxy patterns?
What is difference between view state and session state?
What is the used of "ispostback" property?