hi,
how can i clear(empty) all the grid data after i click a button?
some col are bounded to data control, some not.
thanks.
Printable View
hi,
how can i clear(empty) all the grid data after i click a button?
some col are bounded to data control, some not.
thanks.
VB Code:
Set dataGrid1.DataSource = Nothing
i tried what you said, but it seems not work.