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. Dropdownlist problem as DataGrid Control

Dropdownlist problem as DataGrid Control

Scheduled Pinned Locked Moved ASP.NET
databasehelptutorial
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.
  • P Offline
    P Offline
    param thaker
    wrote on last edited by
    #1

    Hi firends , I have dropdownlist on my datagrid , i want that dropdownlist's zero index as null , and i want to bind my inserted record on first index. Please Guide me. Thanking you , Param

    param

    _ 1 Reply Last reply
    0
    • P param thaker

      Hi firends , I have dropdownlist on my datagrid , i want that dropdownlist's zero index as null , and i want to bind my inserted record on first index. Please Guide me. Thanking you , Param

      param

      _ Offline
      _ Offline
      _AK_
      wrote on last edited by
      #2

      This you can do in onitemdatabound event of the datagrid. There you have to find the control and then insert one item at the top of it, like this: DropDownList1.Items.Insert(0, New ListItem("select", "0"))

      Best Regards, Apurva Kaushal

      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