Usually, we as web developer received HTML mockups from the HTML designer and have make that fit into the ASP.NET applications, where <input type="text".../> should become <asp:TextBox runas="server". And I always to say sorry to myself about time was wasting during that boring manually replace the HTML controls by corresponding ASP.NET server controls.
If you have come across a VS.NET add-in to help me get thing done more efficiently, please let me know ?