Q: How to do this with DataGridView?
Hi all,
I have a form with a datagridview on it .. the datagridview contains many columns, the first column is the "productId", the second one is the "productDescription", now how can i display the product desc. for a specific Product from my DB as i type the productId in the first column? and this should be applied on all other coming rows on the datagrid. I hope u got what i am willing to do.
I have no idea where to start. so please guide me.
Thanks in advance.
moody

