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

If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

0 Answers   Siemens,


Clearly Explain the ispostback

6 Answers   TCS,


Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  


Is it possible to create web application with both webforms and mvc?

0 Answers  






Why do I get error message "could not load type" whenever I browse to my asp.net web site?

0 Answers  


What is custom control. What is the difference between custom control and user control ?

1 Answers   Microsoft, Synergy,


What is difference between View State and Hidden Field in ASP.NET?

0 Answers  


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

0 Answers   Siebel,


What are the new web part controls in asp.net 2.0 ?

0 Answers  


Explain code snippet to register exception filters from controller?

0 Answers  


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

0 Answers   Microsoft,


Categories