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 is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


What are the main advantages of using asp.net?

0 Answers  


How many types of sessions in asp.net?

0 Answers   MaxSolPro,


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  






A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,


Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


What is the difference between application object and session object?

4 Answers   IBS,


Whats an assembly?

6 Answers   Siebel Systems,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


What is the use of response redirect in asp.net?

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


Categories