Hi all,
I have been given an HTML template of a site.
It has a nice decrative table that has been put together by the designer. I need to display data from a database in this table.
I've looked at gridview, detailsview etc but these would require me to recreate the table and having tried this I am unable to get them to look like the original table made by the designer.
I'm therefore looking at reading in a dataset of the data and then binding the individual data items to textboxes inside the table cells. Having searched on the web for info on how to do this there doesn't seem to be much its all about gridviews.
Am I doing something that nobody else does?
I get the feeling I'm missing something or heading off down the wrong route.
Also does anyone know any good links or could quickly show the syntax for extraxting a particular cell of data from a dataset and displaying it in a textbox or label.
thanks for reading my post
C
I have been given an HTML template of a site.
It has a nice decrative table that has been put together by the designer. I need to display data from a database in this table.
I've looked at gridview, detailsview etc but these would require me to recreate the table and having tried this I am unable to get them to look like the original table made by the designer.
I'm therefore looking at reading in a dataset of the data and then binding the individual data items to textboxes inside the table cells. Having searched on the web for info on how to do this there doesn't seem to be much its all about gridviews.
Am I doing something that nobody else does?
I get the feeling I'm missing something or heading off down the wrong route.
Also does anyone know any good links or could quickly show the syntax for extraxting a particular cell of data from a dataset and displaying it in a textbox or label.
thanks for reading my post
C