Thank you so much adriancs......
keep up the good work
User Profile
Collapse
-
How To add value to datagridview cell in runtime
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... -
-
Inserting values using INSERT INTO
i have created on table Customer which have [ino] column as primary key and IDENTITY(100000 00,1). What i want is
how can i insert values for the table using INSERT INTO
Customers values(<values> ) query
Be cause it generates
"An explicit value for the identity column in table 'Customer' can only be specified when a column list is used and IDENTITY_INSERT is ON'
error"
i want query method...
No activity results to display
Show More
Leave a comment: