Custom Controls are derived from which of the classes

Skill/Topic: Beginner
A) System.Web.UI.Webcontrol
B) System.Web.UI.Customcontrol
C) System.Web.UI.Customcontrols.Webcontrol

Showing Answers 1 - 38 of 38 Answers

Mahendra raja

  • Jan 10th, 2006
 

System.Web.UI.Customcontrol

  Was this answer useful?  Yes

RaviKumar

  • Mar 2nd, 2006
 

All of the above options is wrongThe Correct one is System.Web.UI.Controls

  Was this answer useful?  Yes

ramesh

  • Mar 8th, 2006
 

System.Web.UI.Customcontrol

  Was this answer useful?  Yes

cylops

  • Apr 19th, 2006
 

THE CORRECT ANSWER IS using System.Web.UI.WebControlsBecause the valid namespaces we have in Visual studio 2003 areusing System.Web.UI.HtmlControlsorusing System.Web.UI.WebControlsI have designed a custom user control using the namespace System.Web.UI.WebControlsand all the other options are wrong

  Was this answer useful?  Yes

sailaja

  • Jun 12th, 2006
 

The correct anw is System.Web.UI.UserControl VS 2005

  Was this answer useful?  Yes

tungdh

  • Aug 25th, 2006
 

In every version of VS.NET usercontrol inherit from System.Web.UI.UserControlPublic Class WebUserControl1 Inherits System.Web.UI.UserControl

  Was this answer useful?  Yes

amit

  • Jun 29th, 2013
 

System.Web.UI.Customcontrols.Webcontrol

  Was this answer useful?  Yes

javed

  • May 30th, 2015
 

A) System.Web.UI.Webcontrol

  Was this answer useful?  Yes

Ritesh

  • Jul 31st, 2015
 

A). System.Web.UI.Webcontrol

  Was this answer useful?  Yes

Mohammed Javed

  • Aug 25th, 2015
 

C) System.Web.UI.Customcontrols.Webcontrol

  Was this answer useful?  Yes

suresh

  • Feb 12th, 2016
 

A) System.Web.UI.Webcontrol

  Was this answer useful?  Yes

Shrikant B

  • May 18th, 2016
 

System.We.UserControls

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions