Click here to Skip to main content
15,895,962 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want help

How to show messagebox while datagridview is loading?

if(datagridview.loading == true)
{
   messagebox.show("Lading");
}


I want to do like that but, but dont know how is there any function of Datagridview ?

Im using C#.
Datagridview get data from sql table.
Posted
Updated 6-Nov-10 0:02am
v2

1 solution

check that link
check it[^]

and that is other one
link[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900