I'm looking for a text list of all the ASP controls for .NET, ideally with accessible attributes.
Something like:
asp:Button - runat, visible, text, enabled, onclick
asp:Label - runat, visible, text, enabled, onclick
etc.
My intent is to use them in auto-complete with a text-editor.