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 type of code (server or client) is found in a Code- Behind class?

2 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?

1 Answers   Zenith,


Define the steps to set up validation control.

0 Answers  


List the advantages and disadvantages of user control an custom control?

0 Answers  


What is the question mark in a url?

0 Answers  


Is sql backend or frontend?

0 Answers  


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


Explain autherization levels in .net ?

2 Answers  


Explain what a diffgram is, and a good use for one?

2 Answers  


How can u handle Un Managed Code Exceptions in ASP.Net?

1 Answers   Lara Technology,


What is razor? : asp.net mvc

0 Answers  


Categories