web user and custom conrols



web user and custom conrols ..

Answer / 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

More ASP.NET Interview Questions

What is server side routing?

0 Answers  


What is the difference between c# and .net?

0 Answers  


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


What are sql joins?

0 Answers  


Explain autherization levels in .net ?

2 Answers  






What is strong name and which tool is used for this?

4 Answers   Accenture,


What is an application domain ?

2 Answers   Microsoft,


What is early binding and Late binding. Difference which is better ?

2 Answers   DELL,


What is the difference between union and structure?

0 Answers  


ASP.NET uses event driven programming model.Justify.

2 Answers  


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


What is asp.net futures?

0 Answers  


Categories