Click here to Skip to main content
15,920,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

Can anyone know?

what is the main difference between user control and custom control?
Posted

The big difference is a User Control is implemented as an ascx where Server Control is a code based.

A quick Google search will show much more information.
 
Share this answer
 
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search using your subject as the search term gave this as the top hit:
MSDN: Overview of user controls vs. custom controls[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
Comments
Sarvesh Kumar Gupta 21-Feb-12 23:51pm    
Thi link is very good, and all info is in detail. Thanks O.Griff
SQL
User Control is a page file with extension .ascx which can only be used within a single application.


But custom controls are compiled code components i.e. assemblies(dll files) that can be used across multiple applications.And you will be able to see the control in Toolbox of Visual studio IDE
 
Share this answer
 
Hi there.
Just try visiting this
http://support.microsoft.com/kb/893667[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900