Several times a week, I wish that Visual Studio 2005 had an option where I could convert an HTML control to its ASP.NET counterpart. Generally, I am given a page mocked up by an HTML designer and I need to "make it work" in an ASP.NET application. Wouldn't it be great if I could right-click a 'input type="text"' HTML element and convert it to an ASP.NET TextBox? Or even better yet, run the conversion against an entire page and have every HTML element converted in one fell swoop. 'select' to DropDownList, 'input type="radio"' to RadioButton or RadioButtonList, and so on and so forth. If I wanted to make it really slick, it would capture attributes like "name" or "size" and convert them to the ASP.NET attributes like "ID" and "Width".
If anyone knows of such a tool, drop me a line. If I ever get a spare day, I might whip something up myself. Let me know if you'd be interested as well.
Posted under the influence of [[Ratatat::Seventeen Years]]
i have made the tool which parse the some of HTML Controls and convert them to asp.net controls by appending in to that aspx file,
but still there are so many of them.. havent addressed all of them yet.
figuring out if we could get the product which can do the same with maturity.
Regards
Sheryar Nizar
http://www.sheryar.net
I am looking for this since long time...
Thanks in advance!