P
Paul W Smith
Please excuse the my frustration if it comes through while writing this
request for help.
I have created a DataGird and populated it with data from an
AccessDataSource. This was easy, I followed the steps from the various web
tutorials on ASP.NET within 15 minutes I have on a web page a display of the
content of my DB table, which I could alter by changing the SQL statement.
Now the next thing I wanted to do was display the contents of another DB
query, one that would return just one piece of information, and display that
on my web page as a page heading. Surely, I thought I do not have to
display this as another datagrid, it would be just one cell by one cell?
Well try as I might I cannot seen to find a simple way to display this
single piece of information, as neither the label, textbox or literal has
any way to bind data to it (well that I can find).
Can anyone please give me simple instructions on how to output the content
of a AccessDataSource to a single cell entitiy. Or confirm that everyone
else in the world uses a datagrid for this!
PWS
request for help.
I have created a DataGird and populated it with data from an
AccessDataSource. This was easy, I followed the steps from the various web
tutorials on ASP.NET within 15 minutes I have on a web page a display of the
content of my DB table, which I could alter by changing the SQL statement.
Now the next thing I wanted to do was display the contents of another DB
query, one that would return just one piece of information, and display that
on my web page as a page heading. Surely, I thought I do not have to
display this as another datagrid, it would be just one cell by one cell?
Well try as I might I cannot seen to find a simple way to display this
single piece of information, as neither the label, textbox or literal has
any way to bind data to it (well that I can find).
Can anyone please give me simple instructions on how to output the content
of a AccessDataSource to a single cell entitiy. Or confirm that everyone
else in the world uses a datagrid for this!
PWS