Hello,
I ve a windowappliaction in which onloading form using Gridview to dispaly data.
I am able to load smallamount of data in gridview with minor delay in load.
I want to load Gridview progressively, so there ll be no delay in loading.
How can i do this?
On loading i am fetching datatable from SQL, which has the thousands of row. and i ve to bind that in datagridview ....
Thanks for the help!