In VB.NET i am fatching data from table using Dataset(SQL server 2008). When there is data in table it displays data properly in the GRID but when there is no data in the Table it shows the grid's basic view.
How can i display the column name of the tables as Headings of the ULTRAGRID even when there is no data in Table???