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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can register the Area in ASP.Net MVC?

1140


What is the difference between .net core and .net framework?

1037


what is client wins and store wins mode in entity framework concurrency?

1275


What is meant by tempdata in mvc?

1053


What is presentation framework?

1064


What is filters in web api?

1026


What is the need of Action Filters in ASP.Net MVC

1163


What are sections?

1198


Can you explain the page life cycle of mvc?

1058


What is the .net framework?

1120


How to use Jquery Plugins in ASP.Net MVC validation?

1112


What is objectcontext? : Entity framework

1157


Explain dependency resolution?

1128


What are Scaffold templates in ASP.Net MVC?

1119


How can we determine action invoked from HTTP GET or HTTP POST?

1066