Explain how do you validate the controls in an asp .net page?



Explain how do you validate the controls in an asp .net page?..

Answer / Sumit Kanojiya

"Validation can be performed on ASP.NET controls using built-in validation controls like RequiredFieldValidator, RangeValidator, RegularExpressionValidator, CompareValidator, and CustomValidator. These validators are placed alongside the control to be validated and their properties are configured accordingly."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is binding in web service ?

1 Answers   TCS,


Where session variables are stored?

1 Answers  


Explain http handlers? Where we can use the http handlers?

1 Answers   Accenture,


What is strong name and which tool is used for this?

4 Answers   Accenture,


Securitywise What are the Enhancements in 2.0?

1 Answers   Microsoft,


What are the difference between function and stored procedure in .net programming language?

1 Answers  


Is asp.net core faster?

1 Answers  


How do you trap errors in ASP and how do you invoke a component in ASP ?

1 Answers   Cognizant,


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


what is generics?

2 Answers   Microsoft,


How does the cookies work in asp.net?

1 Answers  


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

1 Answers  


Categories