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 we make activex dll also ti execute in some process as that of client ? How can we do?
Describe how passport authentication works.
What is the use of asp.net web api?
What are the event handlers that we can have in global.asax file?
What is use of <% %> in asp.net?
How are sessions stored?
In what languages in ASP written?
What is considered a service provider?
What is the purpose of master page?
Why asp.net is better than php?
how many select state ments are used in stored procedure?
How many view state can be hold by a aspx page ?