add/remove runat="server" attributes
Status: Alpha
Brought to you by:
klafekie
Asp requires for many controls to add the runat attribute. It always has the value "server" so it is just nonsense.
Idea: facilitate editing of asp pages by
automatically adding the runat attribute whereever it is required
- for all controls in a page or
- when inserting a control with intellisense