Community

Creating a Dropdown in an ASP.NET GridView Control

(Mike Malter) To create a Dropdown control in an ASP.NET GridView control, you create a template field and wire the behavior to populate the dropdown in the RowDataBound event of the GridView. Here is a simple example.

Read More - Register for Free Membership