Very strange!! Can't make any change to work in VB
-
Hey guys, I used VB.NET running on Win2K Advanced Server (SP3). I played around with DataGrid and it went fine. However, there's one point where all the changes I made seem to have no effect on the program when I ran it. This is what happened: I created a datagrid containing 3 columns, then I set the datasource to the dataset I read from SQL. It went fine! Then I tried to play with the property of the datagrid (change the ReadOnly property for the column), and it didn't show any effect when I ran the program. Then, I delete 1 column from the datagrid (so, it's left with 2 columns), however, when I compiled and ran it, the datagrid still showed up with 3 columns!!! Has anybody experienced this before? Or know the reason behind it? Thanks in advance for your help! :)
-
Hey guys, I used VB.NET running on Win2K Advanced Server (SP3). I played around with DataGrid and it went fine. However, there's one point where all the changes I made seem to have no effect on the program when I ran it. This is what happened: I created a datagrid containing 3 columns, then I set the datasource to the dataset I read from SQL. It went fine! Then I tried to play with the property of the datagrid (change the ReadOnly property for the column), and it didn't show any effect when I ran the program. Then, I delete 1 column from the datagrid (so, it's left with 2 columns), however, when I compiled and ran it, the datagrid still showed up with 3 columns!!! Has anybody experienced this before? Or know the reason behind it? Thanks in advance for your help! :)