WebControl.HasAttributes Property
.NET Framework 3.0
Gets a value indicating whether the control has attributes set.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HasAttributes property returns true when the WebControl instance has attribute name/value pairs. The attribute pairs can be set either in the property or in the view state.
Community Additions
ADD
Show: