View Single Post
  #2 (permalink)  
Old 08-02-2007, 04:38 AM
rrrajesh84in rrrajesh84in is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 399
rrrajesh84in is on a distinguished road
Default Re: ASP.NET and Struts: Web Application Architectures

The webform controls sound very attractive in theory. One can simply drag and drop all the web page components into the designer. However, I once took a class where simple ASP.NET was taught. I found out that the webform components are not flexible at all in terms of layout. It's much easier to write layout using HTMl and CSS.

Do webform controls really work nicely in terms of layout? Could you develop a professional looking website just by using the drag and drop method?
Reply With Quote