User Profile

Collapse

Profile Sidebar

Collapse
kisho
kisho
Last Activity: Jul 4 '12, 05:55 AM
Joined: Dec 15 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you so much adriancs......
    keep up the good work
    See more | Go to post

    Leave a comment:


  • kisho
    started a topic How To add value to datagridview cell in runtime

    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...
    See more | Go to post

  • kisho
    replied to Inserting values using INSERT INTO
    Thanks Rabbit...it helped me
    See more | Go to post

    Leave a comment:


  • kisho
    started a topic Inserting values using INSERT INTO

    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...
    See more | Go to post
No activity results to display
Show More
Working...