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
To get the values in two different controls to match which control you use it?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain the boxing and unboxing concept in .net?
Explain the differences between managed and unmanaged code?
What is asp.net introduction?
What is the difference between application state and caching?
What does asp stand for in asp.net?
Which is faster viewbag or viewdata?
Explain the main function of razor in asp.net? : asp.net mvc
What are Master Pages in ASP.NET?
Can you explain page lifecycle in net?
What is viewstate information stored?
Can the dictionary object be created in client?s scope ?
What is the purpose of using MVC programming pattern in ASP.NET?
What is the use of data set in asp.net?