Hi all..
How to refresh a datagridview control in c#.net so that,the grid becomes empty with empty rows and columns.And if incase any background color is applied to any of the grid row or column should become white after refreshing.
datagridview1.R efresh(); doesn't work.
Thanks in advance
siri
How to refresh a datagridview control in c#.net so that,the grid becomes empty with empty rows and columns.And if incase any background color is applied to any of the grid row or column should become white after refreshing.
datagridview1.R efresh(); doesn't work.
Thanks in advance
siri
Comment