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
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is difference between session and cookies?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Describe the disadvantage of cookies.
Explain client side state management system.
Which object encapsulates state or data of a user?
Which is better session or viewstate?
How tooltip is set through code-behind in ASP.NET?
Explain how asp.net different from asp?
What is difference between datalist and gridview?
Explain the use of fragment caching.
How can we apply themes to an asp.net application?
Define secured sockets layer.