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 type of code (server or client) is found in a Code- Behind class?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
Define the steps to set up validation control.
List the advantages and disadvantages of user control an custom control?
What is the question mark in a url?
Is sql backend or frontend?
What is the Custom Error in ASP.NET?
2 Answers ABB, IBM, Infosys, Tech Mahindra,
Explain autherization levels in .net ?
Explain what a diffgram is, and a good use for one?
How can u handle Un Managed Code Exceptions in ASP.Net?
What is razor? : asp.net mvc