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 customer control and user control?

Answer Posted / gangadhar

Custom controls are controls that are developed by the
developer
or a third party vendor. Custom controls are not provided
along with
.NET.

Difference between Custom Controls and User Controls.

1.User Control is a page file with extension .ascx which
can only be used within
a single application. But custom controls are assemblies
(dll files) that can be
used in multiple applications.

2.User Controls cannot be added to the ToolBox of VS.NET .
To use a user Control with in an
aspx page u have to drag the user Control from the solution
Explorer to designer page.
But Custom Controls can be added to ToolBox of VS.NET.

3.User Controls can be viewed as a sort of generic controls
during the design time.
The proper GUI of user controls can be viewed only during
the run time.
But Custom Controls can be viewed during the design time.

4. User controls are created from existing Webserver and
html server controls .
But a developer who creates custom controls have to render
every thing from the scratch.

5.Since the dll assembly of a custom control is being
used,a custom control developed in C# can be used in a
project developed in VB.NET or any other managed code and
vice versa.
This is not possible with user controls.They are language
spefic

We cannot give any examples for custom controls since they
are developed either by a developer of a third party vendor.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of asp.net?

1063


How does output caching work in ASP.NET?

982


What is application and session in asp.net?

1008


What are url fragments?

948


How do you open a page in a new window?

1020


What are the differnt types of handler in ASP.NET?

1024


Why do we use web config?

985


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

989


Explain about Application and Session Events ?

1130


How can I open ashx file in mobile?

1206


What are the different properties of server control that exists?

1215


Describe the difference between inline and code behind - which is best in?

1115


How many languages are supported by .NET at present time?

814


Who is using asp.net?

987


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

1045