logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the validation controls. How many validation controls in ASP.NET 4.0?


  • Correct Answer
  • Validation controls are responsible to validate the data of an input control Whenever you provide any input to an application, it performs the validation and displays an error message to user, in case the validation fails ASPNET 40 contains the following six types of validation controls: => CompareValidator - Performs a comparison between the values contained in two controls => CustomValidator - Writes your own method to perform extra validation => RangeValidator- Checks value according to the range of value => RegularExpressionValidator - Ensures that input is according to the specified pattern or not => RequiredFieldValidator - Checks either a control is empty or not => ValidationSummary - Displays a summary of all validation error in a central location 


  • Technology problems


    Search Results


    • 1. What is the code-behind feature in ASP.NET?
    • Discuss
    • 2. How can you send an email message from an ASP.NET Web page?
    • Discuss
    • 3. What is the basic difference between ASP and ASP.NET?
    • Discuss
    • 4. What is ASP.NET?
    • Discuss
    • 5. What is Dynamic Language Runtime (DLR)?
    • Discuss
    • 6. Explain the concept of states in ASP.NET.
    • Discuss
    • 7. What is Windows Workflow Foundation (WF)?
    • Discuss
    • 8. What are the different types of workflow in WF?
    • Discuss
    • 9. Explain why workflows are based on Extensible Models.
    • Discuss
    • 10. List different ways of deployment that are supported by .NET Framework 4.0.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment