Forum Moderators: open

Message Too Old, No Replies

adding ASP.NET Code to html User Interfaces

         

aspdaddy

8:28 pm on Jun 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In asp & php its really easy to take a good html design with example content from a UI expert done in dreamweaver and just put in code where the example content is and change the extention to .asp or .php.

How does this work in ASP.NET ?

Are there suitable controls for dynamically displaying rows of data within table cells, without re-enineering the design ?

Jhet

2:42 am on Jun 3, 2008 (gmt 0)

10+ Year Member



It's better in .net than classic asp imo. Tables can be done in a datagrid and bound to database info. Code can be seperated from content completely with code behind.