How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC?

Posted by LuftMensch on Stack Overflow See other posts from Stack Overflow or by LuftMensch
Published on 2010-03-31T16:27:23Z Indexed on 2010/03/31 16:33 UTC
Read the original article Hit count: 308

Filed under:
|
|
|

We're working on a new ASP.Net site. The last major site we did was in classic ASP--the procedure we used there was to have the HTML completed first, then "bring it to life" with the ASP code.

In the ASP.Net world, how does this work? I.e. how do the designers do their work if much of the mark-up is actually being generated by the server controls?

We are also looking at ASP.Net MVC as a potential lightweight alternative.

Would be very interested to know what was worked best for people in both scenarios in terms of working with the designers and integrating their work with the code.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc