web user and custom conrols

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


Please Help Members By Posting Answers For Below Questions

if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1841


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

522


How is it possible for .NET to support many languages?

308


What is the concept of view state in asp.net?

565


What is the difference between client-side and server-side validations in ASP.NET?

666






Explain what is an assembly?

560


Explain different types of validators in asp.net?

537


Is asp.net is a programming language?

497


Which browsers support the xmlhttprequest object?

524


What is webresource axd?

469


Disable browser cache for entire ASP.NET website?

671


How to bind all the binding controls in a page at once in ASP.NET?

533


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

552


What are the advantages of asp.net?

545


Describe how ASP.NET maintains process isolation for each Web application?

576