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. Web Development
  3. ASP.NET
  4. Grid View Delete Command.

Grid View Delete Command.

Scheduled Pinned Locked Moved ASP.NET
cssdatabasequestion
2 Posts 1 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.
  • D Offline
    D Offline
    Dio22
    wrote on last edited by
    #1

    I want to delete an item from my GridView (and my database) when a user clicks on my Delete CommandField. I've been told I need to set the DeleteCommand property, but this is just a string. How do you add parameters to this delete command and assign those parameters (namely the ID of the record the user wants to delete)?

    D 1 Reply Last reply
    0
    • D Dio22

      I want to delete an item from my GridView (and my database) when a user clicks on my Delete CommandField. I've been told I need to set the DeleteCommand property, but this is just a string. How do you add parameters to this delete command and assign those parameters (namely the ID of the record the user wants to delete)?

      D Offline
      D Offline
      Dio22
      wrote on last edited by
      #2

      I'm going to answer my own question. You have to set up the data source to automatically generate the delete statements using the "Advanced" settings in the wizard. I'd still like to know how to do this programatically specifying my own sqlcommands and parameters and linking it up to the built in DeleteCommand button.

      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