Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. PLEASE HELP ME

PLEASE HELP ME

Scheduled Pinned Locked Moved Visual Basic
questioncsshelptutorial
4 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    HOW TO PROVIDE DOUBLE CLICK OPTION FROM GRID CONTROL? ANOTHER QUESTION IS AFTER SAVING A RECORD, HOW TO REFRESH THE GRID AUTOMATICALLY?

    U 1 Reply Last reply
    0
    • A Anonymous

      HOW TO PROVIDE DOUBLE CLICK OPTION FROM GRID CONTROL? ANOTHER QUESTION IS AFTER SAVING A RECORD, HOW TO REFRESH THE GRID AUTOMATICALLY?

      U Offline
      U Offline
      User 2192404
      wrote on last edited by
      #2

      for what u want to use dclick?? and answer to ur secon qustion is after sving the record first call datasetname.clear() and then again call dataadapter.fill(datasetname,"tablename") this will do your work never stop from trying

      A 1 Reply Last reply
      0
      • U User 2192404

        for what u want to use dclick?? and answer to ur secon qustion is after sving the record first call datasetname.clear() and then again call dataadapter.fill(datasetname,"tablename") this will do your work never stop from trying

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        first of all thanks for your reply. i need to provide double click editing option from data grid control. it is for editing. please suggest me.

        S 1 Reply Last reply
        0
        • A Anonymous

          first of all thanks for your reply. i need to provide double click editing option from data grid control. it is for editing. please suggest me.

          S Offline
          S Offline
          satcomengineer
          wrote on last edited by
          #4

          In the code editor, locate the datagrid on the pulldown menu at the top left. Then locate DoubleClick on the pulldown menu to the right. This will create the exception block where you can place the edit code. If you simply double click on the datagrid, the exception block created is Navigate rather than DoubleClick.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups