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 semantic gap?

1 Answers   MCN Solutions,


what are the files used in asp .net

1 Answers  


What are the new features implemented in ASP.NET?

1 Answers   TCS,


what is asp.net

4 Answers  


What is data control in asp.net?

1 Answers  


What does the hotspot class in .net do?

1 Answers  


How can you apply a theme to your asp.net application?

1 Answers  


What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />

3 Answers   Syntax Softtech,


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL, Digital GlobalSoft,


Exception handling

2 Answers   Syntel,


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   HCL, Wipro,


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

1 Answers  


Categories