setting current cell in datagridview in load event not working in vb.net
This is my code for setting the current cell:
dvFromAlloc.CurrentCell = dvFromAlloc(1, 0)
How ever this is not working in load event, Why is it not working?
Thank you for your help
No comments:
Post a Comment