e36M3
e36M3

Reputation: 6022

list of all available server controls

Just as the title states, can anyone point me to a list of all available asp.net server controls (preferably with descriptions)? I would have thought that something like this would be readily available but I've had no luck finding this. I almost always have to dig around to find a control to solve a particular problem, a quick reference would be really handy.

Upvotes: 1

Views: 153

Answers (1)

ben f.
ben f.

Reputation: 750

MSDN has a list from the Framework Documentation, it has links to descriptions and examples for all the controls (see the classes list). The list has a few extra items in it from some of the controls EventArgs classes and such. http://msdn.microsoft.com/en-us/library/8bhzsw6t(v=VS.80).aspx

Upvotes: 2

Related Questions