web user and custom conrols



web user and custom conrols ..

Answer / 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

More ASP.NET Interview Questions

What?s the difference between Response.Write() andResponse.Output.Write()?

7 Answers   Atos Origin, IBM,


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  


Why do we need master page in asp.net?

0 Answers  


What is DTS package?

2 Answers   Accenture, TCS,


What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


how to get modified rows from Dataset

1 Answers   CGI,


How would you turn off cookies on a page of a website?

0 Answers  


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


What is authorization in asp.net?

0 Answers  


what is view state

5 Answers   Microsoft, Siebel Systems,


In which event are the controls fully loaded?

0 Answers  


Why do we use datasource in asp.net?

0 Answers  


Categories