Hi...
What is ASP.NET Custom controls?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 22, 2011, 11:52 PM
Custom controls:
A control authored by a user or a third-party software vendor that does not belong to the .NET Framework class library. This is a generic term that includes user controls.A custom server control is used in Web Forms (ASP.NET pages). A custom client control is used in Windows Forms applications.
Refer
http://dotnetslackers.com/articles/aspnet/ASPNETCustomControlsPart1.aspx
Thanks