Hi,
User Control : 1)Designed for single-application scenarios
2)Deployed in the source form (.ascx) along with the source code of the application
3)If the same control needs to be used in more than one application, it introduces redundancy and maintenance problems
Custom control: 1)Designed so that it can be used by more than one application
2)Deployed either in the application's Bin directory or in the global assembly cache
3)Distributed easily and without problems associated with redundancy and maintenance
For more details refer below article:
http://support.microsoft.com/kb/893667
Regards,
Basawareddy M Gopsen
Regards,
Basawareddy M Gopsen
Rajendra.prasad, if this helps please login to Mark As Answer. |
Reply | Alert Moderator