Answer Posted / swapna
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.
User Controls:
In ASP.NET: A user-authored server control that enables an
ASP.NET page to be re-used as a server control. An
ASP.NET user control is authored declaratively and
persisted as a text file with an .ascx extension. The
ASP.NET page framework compiles a user control on the fly
to a class that derives from the
System.Web.UI.UserControl class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to retrieve property settings from xml .config file.
What is difference between datalist and gridview?
What is autopostback in asp net?
How does a web application session work?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is Cookies Less Session?
how to debug web services on consumer side?
What are cookies in your browser?
What are the two properties that are common on every validation control?
What is the asp.net mvc folder conventions? : asp.net mvc
Is asp.net and .net the same?
Describe the Server Control Events of ASP.NET?
Demonstrate Render and PreRender?
How to sign out from forms authentication?
How many types of cookies are there in asp.net?