Hi, i am developing a software using microsoft visual studio basic 2010.
I used a datagridviewcontrol to display a list of data from product table.
What I want to do (actually i am not sure how to do it, or is there a way to do it), when i choose one of the value in one of the column inside the table, i want it to open a form that contain data(details) based on that value.
How to do it?
how to call the value that I pressed, so it can be used to open a new form containing the details of that value
example of the data: (the "system" column)
SYSTEM
topaz
nex1300
Nec
If i pressed "topaz" system, it will prompt me to a new form containing the details of that "topaz" system.
Please help me