1. Question:What are the primary types of Custom Control? Explain each in short. 

    Answer
    ASP.NET custom controls are more flexible than user controls. We can create a custom control that inherits from another server-side control and then extend that control. We can also share a custom control among projects.






    1. Report
  2. Question:What are Web Parts? What they are use for? 

    Answer
    Web Parts are components of a webpage that can be personalized and rearranged. You can use Web Parts to improve a site’s consistency while still allowing users to customize 
    content to their specific needs. Forms or Windows






    1. Report
  3. Question:What is Validation Summary control? 

    Answer
    The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be displayed as a list, a bulleted list, or a single paragraph






    1. Report
  4. Question:Why HTTP is used? 

    Answer
    An ASP.NET HTTP handler is the process that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files






    1. Report
  5. Question:What is cookies? 

    Answer
    A cookieis a small amount of data that you write to the client to be stored and then passed with requests to your site. You write persistent cookies to a text file on the client machine.






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd