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 bound column binding with a typeddataset column

grid view bound column binding with a typeddataset column

Scheduled Pinned Locked Moved ASP.NET
csswpfwcftutorialquestion
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.
  • G Offline
    G Offline
    G K M
    wrote on last edited by
    #1

    I had created a single bound column in gridview and i have a typeddatset with column eid and ename. dataset is filled on page_load. I want to bind only ename column of dataset to that bound column o grid. how to do that?? thanks in advance

    Gaurav

    U 1 Reply Last reply
    0
    • G G K M

      I had created a single bound column in gridview and i have a typeddatset with column eid and ename. dataset is filled on page_load. I want to bind only ename column of dataset to that bound column o grid. how to do that?? thanks in advance

      Gaurav

      U Offline
      U Offline
      Ujjaval Modi
      wrote on last edited by
      #2

      Hi, You just need to set the AutoGenerateColumns property of GridView to False. Then the GridView will display only the Bound Columns added to it.

      Regards, Ujjaval Modi

      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