views:

14

answers:

1

Hello,

how to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i request some data from a sql table and show it on an asp.net webpage. now it shows the data but adds the column name in front (both in Listview and DataList). Like this: Columname: Data. How do i avoid the columnname been shown?

Thank you.

A: 

To hide the columname simply delete or comment out the tag next to all in html code.

GuyFawkes