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. row click property [modified]

row click property [modified]

Scheduled Pinned Locked Moved ASP.NET
csscomquestion
2 Posts 2 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
    dalbhide bipin
    wrote on last edited by
    #1

    i m working on grid view control... i refer this link for row click on grid view http://aspalliance.com/946#Page6[^] i want to select whole row in grid view just by single click. but still hve not found row click property... i m using VS2005 .. do u know where it is? -- modified at 5:50 Friday 19th January, 2007

    V 1 Reply Last reply
    0
    • D dalbhide bipin

      i m working on grid view control... i refer this link for row click on grid view http://aspalliance.com/946#Page6[^] i want to select whole row in grid view just by single click. but still hve not found row click property... i m using VS2005 .. do u know where it is? -- modified at 5:50 Friday 19th January, 2007

      V Offline
      V Offline
      Venkatesh Mookkan
      wrote on last edited by
      #2

      Add an Attribute to the Row in RowDataBound Event as,

      Row.Attributes("onclick")=ClientScript.GetPostBackEventReference(GRIDNAME, COMMANDNAME) & "; return false"

      Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group

      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