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
What is the asp.net mvc folder conventions? : asp.net mvc
What is user control in asp.net?
Explain Features in ASP.NET
What is the use of response redirect in asp.net?
Describe SOA and the tenets of it?
How can you send an email message from an asp.net web page?
How many types of file extensions for razor views in ASP.Net MVC?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Explain how asp.net different from asp?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Can we add code files of different languages in app_code folder?
Why is the standalone environment only useful during the development process?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What are the difference between function and stored procedure in .net programming language?