how can i bind dropdown list values as gtidview header in asp.net
After binding the GridView you will need to find it from the Header Row.
DropDownList ddlCountry = (DropDownList)GridView1.HeaderRow.FindControl("ddlCountry");
For complete example refer
Excel like AutoFilter Feature in ASP.Net GridView Control
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.