Using Dropdownlist in a gridview Asp.Net?

后端 未结 3 1575
栀梦
栀梦 2021-01-24 05:06

I want to use a dropdownlist on a gridview... I have the following code from asp.net



        
3条回答
  •  醉话见心
    2021-01-24 05:52

    You can use GridView RowDataBound event to access drop down list, similarly set selectedindexchanged event for the dropdownlist.

    Refer to this link below which shows the basics of the solutions you will need

    http://www.codeproject.com/Articles/53559/Accessing-a-DropDownList-inside-a-GridView

提交回复
热议问题