Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to fill my datagridview columns (i.e. empid,paydays,basicsalary) from the database and other columns will filled based on the first three columns automatically(i.e. totalsalary = paydays* basicsalary etc..) For this to occur what event I have to chose, so that customer can get all the values automatically in the datagridview..Thanks in Advance

What I have tried:

I have tried in the enter event in the datagridview..but not get the desired result
Posted
Comments
[no name] 28-May-17 7:07am    
https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview_events(v=vs.110).aspx
gggustafson 30-May-17 14:54pm    
It is far more useful to the OP for you to simply state the event name. You could also provide a link to the MSDN page. But remember, links go bad over time.
gggustafson 30-May-17 14:52pm    
DataBindingComplete

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