What are user controls and custom controls ?



What are user controls and custom controls ?..

Answer / bhim bharti

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

please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


Which is faster union or union all?

0 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


Explain client-side scripting?

0 Answers  


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,






What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


When is the ViewState available during the page processing cycle ?

6 Answers   Siebel,


what is soap?

5 Answers   Cognizant, Microsoft, NCR,


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers  


How does asp page work?

0 Answers  


How information about the user's locale can be accessed?

0 Answers   MindCracker,


Categories