Answer Posted / 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 View All Answers
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is variable and constant in .net programming language?
How do cookies work? Give an example of their abuse.
What is gridview in asp.net?
What is asp according to you?
What is the difference between session.abandon() vs clear()?
Explain the main function of razor in asp.net? : asp.net mvc
How do you declare static variable? What is its lifetime?
What is the purpose of master page?
What is the difference between application state and session state in asp net?
How long should a session id be?
Define static constructor?
Explain diff. Between friend and protected friend?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the advantages of the code-behind feature?