cesark
Programmer
- Dec 20, 2003
- 621
Hi there,
I am designing the page in which the details of an ‘Offer’ (after clicking in some Offer line) will be displayed. This page will execute a query to the database and will contain tables of data that sometimes, some of them, will not appear, and the same with some of the tables rows.
My question is: Which is the best control to use so that when some parts of the page are not, the rest of the parts are displayed normally without blank spaces between them? I mean hiding the parts where there are not data.
I am thinking in PlaceHolder, Is this the best control to use when rendering ‘variable’ data in a page?
Thank you,
Cesar
I am designing the page in which the details of an ‘Offer’ (after clicking in some Offer line) will be displayed. This page will execute a query to the database and will contain tables of data that sometimes, some of them, will not appear, and the same with some of the tables rows.
My question is: Which is the best control to use so that when some parts of the page are not, the rest of the parts are displayed normally without blank spaces between them? I mean hiding the parts where there are not data.
I am thinking in PlaceHolder, Is this the best control to use when rendering ‘variable’ data in a page?
Thank you,
Cesar