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

Can a master page have more than one contentplaceholder?

727


Explain the advantages of caching?

745


How u refer webservices?

1691


What are the Types of authentications in IIS

796


Write a code for sending an email from asp.net application.

759


How many web.config files can I have in an application?

737


Define secured sockets layer.

700


What is event bubbling?

786


What are sql joins?

754


Why session is more secure than cookies?

678


How can we access static variable?

847


Explain the code Access Security (CAS) in .net Framework?

964


How do you deploy your asp.net application?

767


What is a user developed application?

716


How do session tokens work?

722