How to change the asp.net server control tag template?
Hi there,
when I use resharper 7 in asp.net, vs 2010, Resharper will auto complete the server tag for me like this:
<asp:Label runat="server" ID="" ></asp:Label>
However, I want to move ID attribute in front of runat attribute, how can I modify this default template?
Thanks
Please sign in to leave a comment.