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

How would ASP and ASP.NET applications run at the same time on the same server?

1 Answers   Satyam,


What is SilverLight in ASP.NET ?

2 Answers   SmartData,


can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

1 Answers  


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


what is service contract,operation contract?

2 Answers  


What is the best Macanism to clear the Cache in asp.net

1 Answers   MCN Solutions,


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


is it possible to persiste customize object in view state? how it is?

2 Answers  


Differences between “dataset” and “datareader”.

1 Answers  


Is asp.net different from asp? If yes, explain how?

1 Answers  


Explain the different types of assemblies?

1 Answers  


Categories