hai,
i have a form with 2 datagridview .datagridview1 contains the columns "no,code,itemdescription,unit,qty,rate,value".
when i enter the value of" code" in datagridview1, iwant to display itemdescription,unit,price into datagridview2 and also the column "no" in datagridview1 automatically incremented.
plz help.
Loading
Sam HobbsPosted Feb 5, 2011, 10:15 PM
I see in your other thread that you are using the .NET Framework Data Provider for SQL Server, such as SqlConnection, in the System.Data.SqlClient namespace. Is that what you prefer to use? It will be less work if you use data binding; you might need to spend more time learning about datga binding, but it can save you time later.