Answer Posted / swapna
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 to comment out asp.net tags?
What is viewstate? What does the “enableviewstate” property do?
Why does my asp.net file have multiple tag with runat=server?
What do you mean by View State and what is its role?
How can we provide the WebParts control functionality to a server control?
Explain the use of fragment caching.
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is the difference between custom controls and user controls?
Explain the differences between managed and unmanaged code?
Differences between “dataset” and “datareader”.
What role “#&&” plays in a querysting?
What is parse in asp.net?
How will you maintain versioning in asp.net 2.0?
What are custom controls?