开发者

How to hide column name in view. Using Visual Studio ASP.net and SQL

开发者 https://www.devze.com 2023-01-14 09:47 出处:网络
how to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i req开发者_如何学编程uest some data from a sql table and show it on an asp.net webpage. no

how to hide the name of the requested column when i show the data in an ASP.Net web application. problem is: i req开发者_如何学编程uest 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消