Fill DataGridView In Visual Studio 2010
-
Hi All , I am Working In Visual Studio 2010. I am Making Dashboard in WindowsFormsApplication Project. I am Using SqlServer2005 for database.I take two DataGridView in one form in first grid i fill data on form load event. In second grid change value on click of first grid. Now i want to change value in second grid using keyboard arrow key.. Please Help me....
-
Hi All , I am Working In Visual Studio 2010. I am Making Dashboard in WindowsFormsApplication Project. I am Using SqlServer2005 for database.I take two DataGridView in one form in first grid i fill data on form load event. In second grid change value on click of first grid. Now i want to change value in second grid using keyboard arrow key.. Please Help me....
sanket gandhi wrote:
Please Help me....
Aight; first, don't repost and bump your question. Second, this is a description (as Dave already said) of work to be done - there is no specific problem. What do you want help with? Did you look at the keydown-handlers? What code have you tried?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
Hi All , I am Working In Visual Studio 2010. I am Making Dashboard in WindowsFormsApplication Project. I am Using SqlServer2005 for database.I take two DataGridView in one form in first grid i fill data on form load event. In second grid change value on click of first grid. Now i want to change value in second grid using keyboard arrow key.. Please Help me....
Just repeating the same thing without answering our questions isn't going to get you any useful answers. You STILL haven't provided enough detail to answer your question. y
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi All , I am Working In Visual Studio 2010. I am Making Dashboard in WindowsFormsApplication Project. I am Using SqlServer2005 for database.I take two DataGridView in one form in first grid i fill data on form load event. In second grid change value on click of first grid. Now i want to change value in second grid using keyboard arrow key.. Please Help me....
try key down event of your grid. and if this not working, then show your code and r&d