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. Displaying Extended Details on a GridView

Displaying Extended Details on a GridView

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

    Good Day! I am using ASP.net 2005 (Visual Basic Code) the table I bind with the gridview has too many fields, therefore, i want to display Other details of the gridview when mouseovered or when a expand button is clicked. i have googled this for about 1 week. unfortunately, Never found a article that could solve my problem. Does anyone knows how to display extended details of a gridview? or does anyone know any working article?

    N 1 Reply Last reply
    0
    • C cometburn007

      Good Day! I am using ASP.net 2005 (Visual Basic Code) the table I bind with the gridview has too many fields, therefore, i want to display Other details of the gridview when mouseovered or when a expand button is clicked. i have googled this for about 1 week. unfortunately, Never found a article that could solve my problem. Does anyone knows how to display extended details of a gridview? or does anyone know any working article?

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      cometburn007 wrote:

      Other details of the gridview when mouseovered or when a expand button is clicked.

      This can be done using javascript and nesting grid view. You can put one more gridview for the extended details and find that on gridview on parent gridview's data binding event. By default you can set the inner gridview's display style to none. When link is clicked, call a javascript function which makes this visible. Hope this helps


      My Website | Ask smart questions

      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