♠ Posted by Unknown in asp.net userdefine control,UserControl
Tutorial Of Asp.Net UserControl
Definition of
UserControl in Asp.Net :
In Asp.Net Web server
controls , you can create your own custom, reusable controls using following
step. These controls are called user controls.
A user control is a kind
of composite control that works much like an ASP.NET other server control . you
can add existing Web server controls and markup to a user control, and define
properties and methods for the control. You can then embed them in ASP.NET Web
pages like same as other server control.
For create asp.net usercontrol using c# following...