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 |
can i use store procedure in disconnected mode? give me answer
Explain the difference between inline and code behind - which is best in?
What is the syntax for datagrid and specifying columns?
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
What is the difference between mechine.config and web.config?
what are the ways to improve performance in .net application?
Explain the concept of MVC Scaffolding?
How do you bind array to gridview? Will it works?
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
How do u declare static variable and how it is declared and what is its lifetime?
How to implement globalization and localization in the use interface in .net.
What is difference between asp.net and asp?