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. DataGrid....how can i....?

DataGrid....how can i....?

Scheduled Pinned Locked Moved ASP.NET
questionjavascriptcss
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.
  • C Offline
    C Offline
    coolshad
    wrote on last edited by
    #1

    how can I put a client side code for handling "delete" button inside a datagrid ...this grid created at runtime...just to make alert of deleting by javascript?:):) thanks.. there is no God but Allah..:)

    M R 2 Replies Last reply
    0
    • C coolshad

      how can I put a client side code for handling "delete" button inside a datagrid ...this grid created at runtime...just to make alert of deleting by javascript?:):) thanks.. there is no God but Allah..:)

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      You can use some utility methods of the Page class to emit the client side script. You can also see lots of examples from the site: http://www.datagridgirl.com/articles.aspx[^]

      1 Reply Last reply
      0
      • C coolshad

        how can I put a client side code for handling "delete" button inside a datagrid ...this grid created at runtime...just to make alert of deleting by javascript?:):) thanks.. there is no God but Allah..:)

        R Offline
        R Offline
        RSArockiam
        wrote on last edited by
        #3

        You can catch the databound event and find the control and put the onclick attribute like follows: LinkButton lnk = (LinkButton)e.Item.FindControl("lnkDel"); lnk.Attributes["onclick"] = "javascript::return confirm('Message');"; Regards R.Arockiapathinathan

        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