Is it ever appropriate to use runat=\"server\" on a standard HTML element instead of a true ASP.NET control? I have full control over setting the html/text of the normal el
I prefer to use html controls when there is more work on client side, and use asp.net controls when there is more work on server side ( code behind ).