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
How does the iis work?
What is a postback in asp net?
What are the advantages and disadvantages of session?
What is the sequence in which ASP.NET events are processed?
Explain difference between dataset and recordset?
Can we use html in asp.net?
What is ipostback?
Where is the view state data stored in asp net?
Is asp.net and .net the same?
What are session and cookies?
Which protocol is used in a web api?
Which dll handles the request of .aspx page?
What is the typical session identifier?
When does a session actually start?
What is localhost in asp.net?