Hi there
this is my scenario
i have created one dataGridView control in my form. It already bounded with Customers table in database.
Please follow the picture that i have uploaded;
the pino column should contain Invoice NO textbox's text
for every new row until user click Generate Invoice button.
iam using dataGridView control for inserting the values to database customers
so how do i add value for every pino field in run time
any help regarding to this will be appreciated
this is my scenario
i have created one dataGridView control in my form. It already bounded with Customers table in database.
Please follow the picture that i have uploaded;
the pino column should contain Invoice NO textbox's text
for every new row until user click Generate Invoice button.
iam using dataGridView control for inserting the values to database customers
so how do i add value for every pino field in run time
any help regarding to this will be appreciated
Comment