Hi all,
I have a button clicking which a storedproc runs for long time in buttons onclick event. I have a grid which will show log table data which gets updated by the storedproc.
I want to refresh the grid to show the updated log while the storedproc runs.
Is it possible?
If yes plz help.