What r all the controls in ASP.NET ?

Answers were Sorted based on User's Feedback



What r all the controls in ASP.NET ?..

Answer / kautilya

it may be web control or custom control or user control or
html control

Is This Answer Correct ?    2 Yes 0 No

What r all the controls in ASP.NET ?..

Answer / vamshi krishna

it seems like Validate controls i think. if that is the
question, I say there are six.....

1.RequiredField validator
2.range ,3.compare, 4. Regular Expression 5.custom
6.validate summery..

if other means, we can use web,html, user controls , custom
controls etc.....,
Thanks & Regards
Vamshi Krishna
Excel-Soft Tech Pvt Ltd.,

Is This Answer Correct ?    1 Yes 0 No

What r all the controls in ASP.NET ?..

Answer / sunil kumar singh

there are lot of controls like
button,gridview,datalist,repeater,linkbutton etc.
which used by CLR(Framwork).

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the concept of postback in asp.net?

1 Answers  


ASP.NET Web Service

1 Answers  


How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

1 Answers  


About DataAdapters ?

8 Answers   Accenture,


True or False: A Web service can only be written in .NET?

5 Answers  


What is session in asp.net?

1 Answers  


Types of objects in ASP?

8 Answers   Beget, Microsoft,


What are the disadvantages of view state?

1 Answers  


What is cyclomatic complexity and why is it important?

1 Answers  


What are session cookies?

1 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

1 Answers  


Categories