Use Expression Web with ASP.Net MVC

950 views Asked by At

First of all my question is what's the best tool, for create a asp.net mvc style.

I believe that it's possible to create an asp.net style (css) with Expression Web, but my doubt is, for example, how to create a table's style (and also dynamic <li> or <div> style create with markup <% ... %>), if the data are not visible.

There're methods to allow that?

thanks so much for replies

Alberto

1

There are 1 answers

0
DalSoft On BEST ANSWER

The Visual Studio tools are fine for creating CSS and mark-up. If you are starting a greenfield project consider using MVC 3 and Razor as the view mark-up is more terse. Also Visual Studio 2010 SP1 now supports HTML5.