Results 1 to 2 of 2

Thread: DropDownList Datagrid

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    10

    DropDownList Datagrid

    Does anybody know of an easy way to put a dropdownlist into a datagrid. I'm just doing your run of the mill datagrid, with an edit and delete button.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: DropDownList Datagrid

    Use a TemplateColumn. It will look something like this (within the Columns section of your datagrid)
    Code:
    <asp:TemplateColumn>
    <ItemTemplate>
    <select>
    blah blah blah
    </select>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width