How many Controls present in Asp dot net?
Answers were Sorted based on User's Feedback
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 |
Answer / mueksh machhale
User Control
Web Control
Custom control
Composite control
Is This Answer Correct ? | 10 Yes | 3 No |
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 |
Answer / vamsi krishna alluru
hello,
User Control,
Web Control,
Custom control
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
What are the types of assemblies and where can u store them and how ?
What is an asp.net validator? And, mention its types.
how can i inharit multiple classes?
Who creates jsessionid?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is ispostback property?
Is asp.net and .net the same?
What is the life cycle of web page?
What are the uses of reflection?
I have been asked in an interview What is your LOC(Line of Code)What will be the probable answer for that
1 Answers HCL, Infosys, Mantec Consultants,
Is it possible to apply themes to an asp.net application? If yes, then how?
what is abstract class and method..