Bind a Combo box into a grid column

Discussion in 'ASP.NET / ASP.NET Core' started by Kaleel Rahuman, Oct 17, 2014.

  1. I am a VB Programmer and presently starting my first project is asp.net in VS 2012.

    I have a winform with a grid. I am using SQLDatasource to load data.

    I have column which is showing a foriegn key(typeid).

    Please guide me how do I show a drop down for the typeid column.
    When I click the Edit link in the grid .
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Did you bind the data source to the drop down box?
     
  3. No , Not yet.
    I have just created a webform with a grid to which is bound by a SQLdatasource. Grid is working find for me.
    I added a Edit command as well.
    When I click the edit command i need to display a drop down box in a particular column to select the record.
    Please guide as this is my first asp.net 2012 project.
     

Share This Page