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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Edit and Delete option with gridview

Edit and Delete option with gridview

Scheduled Pinned Locked Moved Visual Basic
csharptutorial
3 Posts 3 Posters 0 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.
  • U Offline
    U Offline
    User 4510968
    wrote on last edited by
    #1

    Hello Friends, How to convert a bound field to template field in vb .net window application In website there exist a link to convert bound field to template field. Thanks In Advance Praveen

    M H 2 Replies Last reply
    0
    • U User 4510968

      Hello Friends, How to convert a bound field to template field in vb .net window application In website there exist a link to convert bound field to template field. Thanks In Advance Praveen

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      You are working with a completly different control. The DataGridView does not have the concept of the Template column. Google working with DataGridView, there are plenty of examples out there.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      • U User 4510968

        Hello Friends, How to convert a bound field to template field in vb .net window application In website there exist a link to convert bound field to template field. Thanks In Advance Praveen

        H Offline
        H Offline
        helelark123
        wrote on last edited by
        #3

        You need to work with datagridview and add 2 additional columns, for example DataGridViewLinkColumn. For each one of those columns add events, for example: AddHandler DataGridView1.CellContentClick, AddressOf Lnk_CellContentClick Private Sub Lnk_CellContentClick(ByVal sender As Object, ByVal e As DataGridViewCellEventArgs) Select Case e.ColumnIndex End Select End Sub

        Shay Noy

        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