Update Database with user input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAGAME
    New Member
    • Feb 2008
    • 1

    Update Database with user input

    hello
    I have a textbox which is connected to a sqlserver and a data grid view.
    when i write something in textbox and press the button,it should be add both in the database and datagridview.
  • davidson1
    New Member
    • Feb 2008
    • 144

    #2
    Use Connection String to connect to sql Server

    Insert that textbox value in the table in sql server

    Davidson

    Comment

    Working...