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
Explain the use of dataadapter.
How can we call webservices in Banking Applications? and where we are using it?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is asp.net architecture?
Explain what does wsdl stand for?
What does aspcompat="true" mean?
What is the procedure to create the environment for asp.net? : asp.net mvc
Is it possible for me to change my aspx file extension to some other name?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is web router?
Define the term Scavenging in Caching?
What is a page life cycle?
Do cookies store passwords?
How does a web application session work?
Explain the differences between clr & cts?