Link to home
Start Free TrialLog in
Avatar of f_o_o_k_y
f_o_o_k_yFlag for Poland

asked on

Bad performance on datagridview

Hello,
I have datagridview with 200 rows based on tableAdapter
when i change something I need to change date column.
I'm using this code atached below its working but its veryslow.

How can I imporve this performance.
Best Regards
FooKy
grdGrades.Rows(e.RowIndex).Cells("date").Value = Date.Today

Open in new window

Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Can you show us more code or you only do that ?
ASKER CERTIFIED SOLUTION
Avatar of f_o_o_k_y
f_o_o_k_y
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial