How to refresh the datagrid?
I have a datagrid that displays some itemd from a database table.
The datgrid grid columns are name, time, status, download button.
The download button when it's clicked i can download the item shown in that specific datagrid row...and then the status will change to downloaded....all this data comes from a table named tblDownload...so during download, the status is changed in the table...but after the download the datagrid still displays the status as awaiting download....
Any idea on how i can refresh the datagrid after every download?
thanks
|