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 would you enable impersonation in the web.config file?
What is asp.net introduction?
What is difference between asp state management and asp.net state management?
What is Pre-Render event in ASP.NET?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Can you explain composite pattern?
Explain the difference between value type and reference type?
Is asp.net 64-bit enabled? How?
What are uri parameters?
What is a web api endpoint?
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
What is csrf attack in asp.net?
What is the difference between visual basic and asp.net?
Explain about asp.net 2.0 themes?
Explain the Session state management options available with ASP.NET?