You can refer to this post of mine.
WebControl.Attributes.Add(string key, string value);
This is how Attributes property of an asp.net web control can be used.
Can anyone provide me with the complete list of keys that are available for use with web controls?
Any web link that contains the comprehensive list would be appreciated.