Sunday, 2 September 2012

Diffrence between Custom control, User Control and WebPart

Web custom control are those controls which are placed into gac and user can add it in tool box.and it is difficult to create.and One Custom control can share diffrent application.

User controls are used and create for particular application .It easy to create and for using it for dirrent application need to copy same user control on dirrent applications.

Web part are new feature of dot net 2.0 . by using web part controls user can runtime change the size,position and layout of controls within the web parts controls,also web part gives facility to hide,edit delete controls.It is in built controls.

No comments:

Post a Comment