C
chrisn
Do real developers use the design view?
Thought it would be interesting to start a debate on this subject.
According to all the MCP materials (yes, I know a bit mickey mouse),
the design view is the way to build your ASP.NET pages.
Problem is:
- it generates goddam awful HTML, certainly not standards-based.
- use of absolute positioning and tables for layout.
- it has a tendency to mess up the layout of your markup.
So I just don't use it, and if you don't use it then you get to a point
where your pages won't open with it anyway.
Is the design view just for beginners?
I'd be interested to hear other's thoughts on this...
Thought it would be interesting to start a debate on this subject.
According to all the MCP materials (yes, I know a bit mickey mouse),
the design view is the way to build your ASP.NET pages.
Problem is:
- it generates goddam awful HTML, certainly not standards-based.
- use of absolute positioning and tables for layout.
- it has a tendency to mess up the layout of your markup.
So I just don't use it, and if you don't use it then you get to a point
where your pages won't open with it anyway.
Is the design view just for beginners?
I'd be interested to hear other's thoughts on this...
