How many Controls present in Asp dot net?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does uri mean?

489


Explain different types of Caching techniques in ASP.NET?

543


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1432


What is viewstate in asp net with example?

523


How do we sort the data from a dataset?

565






How does windows service lifecycle differ from a .standard. Exe?

507


What is custom attribute? How to create?

537


Define a web service in .net?

605


What is Web Server Control Templates.?

579


Disable browser cache for entire ASP.NET website?

655


What does mean by a neutral culture?

593


What is custom events? How to create it?

612


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

622


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1455


What is the biggest disadvantage of “Other Return Types” in Web API?

921