|
|
|
User control in Asp.net |
| We are already familer with what asp.net user control is ! so here we are going to talk about what advantage and disadvantage of usercontrol, and what new improvment has been made in asp.net 2.0.
User control is simply a re-useable control of a asp.net which has to be made once and can be used in any page or into a different user control, but in any case control has to be registered. in asp.net 1.1 this registration part used to be a tidious job |
|
|
|