Tag: asp

Questions Related to asp

  1. Page_Load()

  2. Page_Init()

  3. Page_click()


Correct Option: B
  1. Winforms

  2. HTMLForms

  3. Webforms


Correct Option: C
  1. System.web.UI.Page

  2. System.Windows.Page

  3. System.Web.page


Correct Option: A

How do you register a user control?

  1. Add Tag prefix, Tag name

  2. Add Source, Tag prefix

  3. Add Src, Tagprefix, Tagname


Correct Option: C
  1. User controls are displayed correctly in the Visual Studio .NET Designer

  2. Custom controls are displayed correctly in VS.Net Designer

  3. User and Custom controls are displayed correctly in the Visual Studio .NET Designer.


Correct Option: B

To add a custom control to a Web form we have to register with.

  1. TagPrefix

  2. Name space of the dll that is referenced

  3. Assemblyname

  4. All of the above


Correct Option: D
  1. System.Web.UI.Webcontrol

  2. System.Web.UI.Customcontrol

  3. System.Web.UI.Customcontrols.Webcontrol


Correct Option: C