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

can i use store procedure in disconnected mode? give me answer

2 Answers  


Explain the difference between inline and code behind - which is best in?

0 Answers  


What is the syntax for datagrid and specifying columns?

0 Answers   Microsoft, SF,


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,


What is the difference between mechine.config and web.config?

0 Answers  


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


Explain the concept of MVC Scaffolding?

0 Answers   B-Ways TecnoSoft,


How do you bind array to gridview? Will it works?

4 Answers   HP,


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

0 Answers   TCS,


How do u declare static variable and how it is declared and what is its lifetime?

0 Answers  


How to implement globalization and localization in the use interface in .net.

0 Answers  


What is difference between asp.net and asp?

0 Answers  


Categories