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 rename a table using sql queries?
What is a SESSION and APPLICATION object?
Explain parts of assembly?
What are the two properties that are common on every validation control?
What is the function of new view engine in asp.net? : asp.net mvc
What do you mean by serialize and marshalbyref?
What r the asp.net list controls and difference between them?
How is my content secured from unauthorized access?
What is the concept of postback in asp.net?
Why do we need a web application session?
What is web configuration file and how to use in web application
Define dll hell?
How do we access view state value of this page in the next page?
What is http pipeline in asp.net?
How do you secure your connection string information?