| Author: Nitish Kumar Singh 18 May 2008 | Member Level: Gold | Rating: Points: 2 |
Hello, use this code.
first you clear the dataset like this,
dataset.clear();
and afetr that again fill the dataset like this,
sqldataadapter.fill(dataset); datagir.datasource=dataset.tables[0];
The grid will get refresh.
Thanks, Nitish.
|