without using button how we can insert the value in database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • atultaj
    New Member
    • Mar 2014
    • 2

    without using button how we can insert the value in database

    without using button how we can insert the value in databas using textbox
  • atultaj
    New Member
    • Mar 2014
    • 2

    #2
    pls tell me with code frnd

    Comment

    • Luk3r
      Contributor
      • Jan 2014
      • 300

      #3
      I know you want code, but most people here won't provide code without you at least showing what you've tried. You simply need to have your textbox detect a key (ENTER/RETURN), and when that key is seen, it will execute the update of your database.

      Comment

      Working...