Hi,
I am binding data to the GridView in asp.net, by using stored procedure we are binding data to the GridView.
Say for example stored procedure taking data 2 min or 30 seconds or 3 Minutes.
we don't know the excatly time taken by the Stored Procedure.
While binding data i need to show "Please wait while loading data.........." messege.
How to do it, please help me.
Thanks,