Hi,
I've just started working on a site that was built by a different company and I'm confused as to why they have done what they have done, I'm guessing either they are making it more efficient or just don't know how to write programs in ASP.Net. Can someone suggest an answer.
Basically I have an asp.net page (1.1) and there is a asp:PlaceHolder on it and not a lot else. Looking at the code everything is built here and using Table, TableRow, TableCell etc. Once the tables have been built they are then added to the PlaceHolder.Controls.
All that is on this page is a few labels and a couple of links, this seems to me like the worst way of doing this and I'm finding out that a simple design change takes 5 times longer than it should. Would it not be more efficient to create the tables in the html and use labels, thus separating presentation and code??