views:

42

answers:

1

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.

+2  A: 

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

ben f.
Ben that's another good resource, just not as concise as I would hope.
e36M3