how to refresh data source controls
-
hi all..... i have databound the gridview using configure data source wizard....and its working properly the problem is that if i perform any updation in the data base through any databound control database gets updated but the data being displayed in the control is not updated till i restart the application.....is it possible to refresh the data source control through that wizard.....or the only solution is to write the code in .cs file..???
-
hi all..... i have databound the gridview using configure data source wizard....and its working properly the problem is that if i perform any updation in the data base through any databound control database gets updated but the data being displayed in the control is not updated till i restart the application.....is it possible to refresh the data source control through that wizard.....or the only solution is to write the code in .cs file..???
Try re-binding the data to the control again. Actually you have to do that if you want to have your control updated.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
Try re-binding the data to the control again. Actually you have to do that if you want to have your control updated.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot