How many Controls present in Asp dot net?

Answers were Sorted based on User's Feedback



How many Controls present in Asp dot net?..

Answer / sarfaraz

There are three types of control in ASP.NET
1.- USER CONTROL (.ASCX)
2.- CUSTOM CONTROL (.DLL)
3.- WEB CONTROL

Is This Answer Correct ?    25 Yes 2 No

How many Controls present in Asp dot net?..

Answer / mueksh machhale

User Control
Web Control
Custom control
Composite control

Is This Answer Correct ?    10 Yes 3 No

How many Controls present in Asp dot net?..

Answer / harshad lakkad (bapunagar part

types Of Controls Are Given Below
(1) Server Controls
(1) HTMl Server Control
(2) Web Server Control
(3) Validation server Control
(2) User Controls(Custom Control)
(1) (.Ascx)
(3) HTMl Controls
(4) Web Part Control

Is This Answer Correct ?    4 Yes 0 No

How many Controls present in Asp dot net?..

Answer / ramesh

3

Is This Answer Correct ?    4 Yes 1 No

How many Controls present in Asp dot net?..

Answer / vamsi krishna alluru

hello,

User Control,


Web Control,


Custom control

Is This Answer Correct ?    2 Yes 0 No

How many Controls present in Asp dot net?..

Answer / vimal katiyar

basically in asp.net have diffrent type of control
1- standard control
2-validation control
3-navigation control
4-data control
5-web parts control
6-login control
7- custom control

Is This Answer Correct ?    2 Yes 0 No

How many Controls present in Asp dot net?..

Answer / manish acharya

HTML Controls
Server Controls - ASP .NET controls
Custom Controls
Under Custom controls there are 3 sub-controls:
i. Composite Controls
ii. Full custom Controls
iii. Derived Controls

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


How do you create a master page?

0 Answers  


Explain serialization and deserialization?

0 Answers  


What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


What is view state and use of it ?

1 Answers  






I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?

3 Answers  


what is the MSIL assembler do?

1 Answers  


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What is boxing? How we can use it?

4 Answers   Infosys, NIIT,


when to use webservice and when to use remotong diff between them

3 Answers  


Explain the function of new view engine in asp.net? : asp.net mvc

0 Answers  


Explain difference between dataset and recordset?

0 Answers  


Categories