Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the Difference between Web User Control and Web
Custom Control?

Answers were Sorted based on User's Feedback



What is the Difference between Web User Control and Web Custom Control?..

Answer / aaraaayen

Web User Controls:
1) Easy to Create
2) Limited support for consumers who use visual design tool
3) A seperate copy of the control is required in each
application.
4)Cannot be added to toolbox in Visual Studio.
5) Good for Static Layout
Web Custom Controls:
1) Harder to Create
2) Full support for consumers
3) Only a single copy of the control is required in the GAC
4)Can be added
5) Good for Dynamic Layout

Is This Answer Correct ?    15 Yes 2 No

What is the Difference between Web User Control and Web Custom Control?..

Answer / madduri rajasekhar

web user control where it predefined attribute functionality
where it resides in control library

web custom control: where it is defined by user itself and
store in a custom library

Is This Answer Correct ?    13 Yes 1 No

What is the Difference between Web User Control and Web Custom Control?..

Answer / saran

What are the basic differences between user controls and custom controls?
Now that you have a basic idea of what user controls and custom controls are and how to create them, let's take a quick look at the differences between the two.
Factors User control Custom control
Deployment Designed for single-application scenarios

Deployed in the source form (.ascx) along with the source code of the application

If the same control needs to be used in more than one application, it introduces redundancy and maintenance problems Designed so that it can be used by more than one application

Deployed either in the application's Bin directory or in the global assembly cache

Distributed easily and without problems associated with redundancy and maintenance
Creation Creation is similar to the way Web Forms pages are created; well-suited for rapid application development (RAD) Writing involves lots of code because there is no designer support
Content A much better choice when you need static content within a fixed layout, for example, when you make headers and footers More suited for when an application requires dynamic content to be displayed; can be reused across an application, for example, for a data bound table control with dynamic rows
Design Writing doesn't require much application designing because they are authored at design time and mostly contain static data Writing from scratch requires a good understanding of the control's life cycle and the order in which events execute, which is normally taken care of in user controls

Is This Answer Correct ?    6 Yes 0 No

What is the Difference between Web User Control and Web Custom Control?..

Answer / kamalakannan.a

Plz refer the following link.It is very useful to know the
difference b/w User control and Custom control and also how
to create these controls.

http://support.microsoft.com/kb/893667

Kamal..........

Is This Answer Correct ?    3 Yes 1 No

What is the Difference between Web User Control and Web Custom Control?..

Answer / developer525

What is the difference between User Control and Custom Control

Custom controls are compiled code(Dlls) easier to
use,difficult to create and can be place in toolbox. You can
drag and drop controls, Attributes of this control are
visually set at design time. A custom control can be used in
multiple application as shared DLLS. Any one can copy DLL of
custom control in bin directory and add reference and use
them. Normally custom controls are designed to provide
custom functionality independent of consuming application.

User controls are similar to those of asp include files easy
to create, can not be placed into the toolbox and dragged
dropped from it. A User controls can share single
application files. Normally designed to provided
functionality that is reusable for the particular application.

Is This Answer Correct ?    2 Yes 0 No

What is the Difference between Web User Control and Web Custom Control?..

Answer / nitin

Web User Control inherits .NET class i.e
System.web.UI.UserControl

whereas web custom control does not do so.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More VB.NET Interview Questions

Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


ColumnMapping belongs to which namespaces?

1 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


What is globalization?

0 Answers  


Explain cls?

0 Answers  


how to connect crystal report with vb.net ?

6 Answers   Patni,


What is the main use of a namespace?

0 Answers  


Can you please explain the difference between value and reference types?

0 Answers  


Tell me which namespace are used for accessing the data?

0 Answers  


What is the Advantage of vb.net over vb

0 Answers   Digital GlobalSoft,


Explain the use of console application?

0 Answers  


wht is the use of console application?

3 Answers   MRB,


Categories