Published:
23 Jul 2002
|
Abstract
There are two types of controls in ASP.NET--custom controls and user controls. These two types of controls are quite different. This article will take you through the basics of creating a custom control. |
|
by . .
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
27342/
87
|
|
|
Introduction |
Introduction
There are essentially two types of controls in ASP.NET--custom controls and user controls. These two types of controls are quite different. Custom controls are compiled into a DLL and are essentially what the ASP.NET web server controls are; they provide a very high level of flexibility in your controls, but it's not exactly an easy experience (as contrasted to user controls). This article will take you through the basics of creating custom controls. |
|
|
User Comments
Title:
Custom vs. User control BLUNDER – user control CAN be referenced in the code.
Name:
Igor Kikena
Date:
2005-03-14 3:53:38 PM
Comment:
Implementing page can reference user control exactly the same way as custom control, otherwise there is really little use for them. And Yes, it does not create user control variable when you drag and drop it on the page, contrary to custom control. So leave your mouse alone and strike the damn keyboard and enjoy user controls in the code behind.
Igor Kikena
|
Title:
Ok..Its a good Topic
Name:
Esha
Date:
2005-03-08 4:47:14 AM
Comment:
I will be better if u give an sample code for building custom control and embedding it in asp webform page
|
Title:
airo
Name:
airo
Date:
2005-01-13 10:13:47 PM
Comment:
Excellent topic and well explained.
|
|
Product Spotlight
|
|