This is a discussion on use of Custom Control and User Control? within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi, can anyone clear me..... When should we use Custom Control? When should we use User Control? What is difference ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, can anyone clear me..... When should we use Custom Control? When should we use User Control? What is difference between these two? thnx... Last edited by Booom : 08-18-2007 at 04:08 AM. |
|
#2
| |||
| |||
| HI, I got the difference between them. Custom Control 1. You create a Custom control when it is going to be used across different applications 2. Custom controls don't a visual interface. 3. Custom controls however can be added to your tool box and used in different applications without re-compiling. 4. It's a .dll User Control 1. If the control you are going to create is only for a particular website then User Control is the best option 2. User controls have a visual interface 3. User control will not appear in tool box and it will not have design support and loaded at runtime. 4. It's an .ascx thnx... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| issue in asp.net user control for message box | illianafrazer | ASP and ASP.NET Programming | 0 | 09-07-2009 05:54 AM |
| How to control the webcam using C#? | kingmaker | C# Programming | 9 | 09-05-2009 02:57 AM |
| User control problem | arjkhanna | C# Programming | 7 | 05-27-2009 09:15 PM |
| Custom Control not getting event response | ziddan | C# Programming | 0 | 11-11-2008 06:13 PM |
| How to create User Control in asp.net? | poornima | ASP and ASP.NET Programming | 7 | 04-18-2008 08:01 PM |
Our Partners |