.net developers and web designers: how to interact?

Posted by just_name on Programmers See other posts from Programmers or by just_name
Published on 2012-10-03T19:52:23Z Indexed on 2012/10/03 21:54 UTC
Read the original article Hit count: 154

Filed under:
|
|
|
|

I'm an asp.net developer, and I face some problems when I deal with designers. The designer always complains about the asp.net server controls. They rather just have an html file and create css files along with the required images to go with those. Sometimes if the design phase is done in advance I get html files with related css files, but then we face many problems integrating the design with the aspx files (sever controls an telerik controls ... etc).

What I want to ask about is:

  • How to overcome these problems? The designers prefer php- and mvc developers because of the problems with .net server controls. I need to know how to interact with the designers in a correct way.
  • Are there any tools or applications to provide the designers with the rendered (html page) of the .aspx pages? By that I mean the page in runtime rather than the aspx in visual studio. They do use Web Expression but they want the rendered page in html as well.

© Programmers or respective owner

Related posts about ASP.NET

Related posts about html