Is there any way to define attribute with namespace, for instance
<asp:HyperLink ID="hyperLink1" runat="server" x:attr="value"></asp:HyperLink>
so that attribute moved to resulting HTML? ASP.NET removes this attribute, even if xmlns:x is defined in parent element.
Go to the complete details ...