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 different between User Control and Web Control and
Custom Control?

Answers were Sorted based on User's Feedback



What is different between User Control and Web Control and Custom Control? ..

Answer / santhi sri

user control
1)created by user,easy to create difficult to use.
2)cannot be added to toolbar
3)a seperate copy of the control is required each
application
custom control:
1)they are predifined
2)can be added to toolbar
3)one single copy of control ia required

Is This Answer Correct ?    9 Yes 0 No

What is different between User Control and Web Control and Custom Control? ..

Answer / prabhakar.

A user control is made up of existing controls. It is also
sometimes referred to as a composite control because of this
fact. A typical example is a login form. The form and all of
the logic is contained within this 'reuseable' user control.

A custom control is a control that you create. In windows
forms this means overriding the OnPaint method as in your
example above. Custom controls do not have the same level of
design time support as user controls do (ie dragging and
dropping existing controls, etc). Custom controls are
generally thought of as reuseable components that can be
added to the toolbox of visual studio, so they would have
more generic functionality to fit across projects (e.g. a
round button).

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What is Reflection in .NET?

6 Answers   Fiserv, TCS,


What is net framework 3.0 ?

0 Answers  


how to disable the lazy loading framework?

0 Answers   Microsoft,


What is difference between viewbag and viewdata and tempdata?

0 Answers  


What is the role of the jit compiler in .net framework?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


Explain how you can implement Ajax in MVC?

0 Answers  


Why is entity framework used?

0 Answers  


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


How do I change the permission set for a code group

1 Answers   4Cplus,


what are background threads? give ex?

3 Answers   CSC, Kanbay,


give the feature of .net2.0 over .net1.1

6 Answers  


Categories