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. How to Bind the Data to DropDownListBox In GridViewControl

How to Bind the Data to DropDownListBox In GridViewControl

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

    Hi, This is from Chandrakanth. I am using GridVeiw Control and in that I have one DropDownList. My problem is i would like to Bind the Data to that DropDownListbox in that GridView Control. How can i bind the data to that DropDownList Box In that GridView Control. Can any one give me reply for this. Thanks in Advance With Regards Chandrakanth

    Chandrakanth

    I 1 Reply Last reply
    0
    • M mrgaddam

      Hi, This is from Chandrakanth. I am using GridVeiw Control and in that I have one DropDownList. My problem is i would like to Bind the Data to that DropDownListbox in that GridView Control. How can i bind the data to that DropDownList Box In that GridView Control. Can any one give me reply for this. Thanks in Advance With Regards Chandrakanth

      Chandrakanth

      I Offline
      I Offline
      Imran Khan Pathan
      wrote on last edited by
      #2

      Find out dropDownlist control from gridview and bind it ie. on RowDataBound Event ((DropDownList)e.Row.Cell[CellNo].FindControl("ControlId")).DataSource=DataSet; ((DropDownList)e.Row.Cell[CellNo].FindControl("ControlId")).DataBind(); Best Regard Pathan

      ---------------------------------------------------

      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