The text of this article is not in this database — only its details are. Read it on the old site: Hide a DataGrid column using VB.NET
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Hide a DataGrid column using VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Paul AbramsPosted Aug 9, 2010, 1:09 PM
There is no 'visible' attribute on a data column.
imran irshadPosted May 15, 2009, 2:12 AM
i have accessed records of database in datagrid now i want thatone of the database column which is quantity,i want to divide quantity by 50 and then display result in the new colum which i have also make at that time name final .now how i will display data in that temporary column of the datagrid by dividing the database column record of the datagrid? how?
imran irshadPosted May 15, 2009, 2:08 AM
i want that the database which i have accessed through datagrid and display it then i also make a column temporary at that time which is also displaying .now i want that the database column quantity which is previous then today i want to divide that column by 50 and the data become display in the today column.what is the code? thanks