how to process datagridview columns, rows

besmart2000

Active member
Joined
Feb 18, 2007
Messages
25
Programming Experience
1-3
Hi
i have datagridview bound to table , i enter product_id in a cell .
I built a function to get the price from pricetable called getprice(prod_id.
I want to write that valu in a cell .
what event can i use.
I tried to use cellleave event, but it give error at startup of form.
thanks
 
Last edited:
Back
Top