We are working on a new ASP.Net site. The last main site we made was in the classic ASP - the procedure we used was to execute the HTML first and then βspice it upβ with the ASP code.
In the ASP.Net world, how does it work? That is, how do designers do their job if a significant part of the label is actually generated by the server controls?
We also see ASP.Net MVC as a potential lightweight alternative.
It would be very interesting to know what worked best for people in both scenarios in terms of working with designers and integrating their work with code.
UPDATE: I clarified what I asked here , and not quite the same question, but quite similar, so this could possibly be combined with it. Any advice on how to combine them would be greatly appreciated.
source share