web user and custom conrols

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


Please Help Members By Posting Answers For Below Questions

Are xaml file compiled or built on runtime?

643


Where would you use an ihttpmodule, and what are the limitations if any?

618


What is the purpose of asp.net?

633


Mention the execution process for managed code?

630


What is the difference between client-side and server-side validations in ASP.NET?

753






What are the different validators in asp.net?

651


Where do the cookie state and session state information be stored?

599


How to create events for a control?

636


How to improve performance of web application asp.net mvc? : Asp.Net MVC

600


What is Razor View Engine

700


What are the events that happen when a client requests an asp.net page from iis server?

577


Which browsers support the xmlhttprequest object?

613


Explain in what order a destructors is called.

676


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

699


What is the use of response redirect in asp.net?

665