How to bind dropdownlist inside gridview edit template

Overview:  This article explains how to bind drop down list control which is placed inside Asp.net Gridview control under Edit Template. .i.e Gridview edit template dropdownlist bind. Also using DataRowView we able to get and set gridview edit template drop-down list value.

On ".aspx" Page:

Add gridview on design page like:




On ".aspx.cs" Page:

Page_load Bind gridview control:





Yeah, we are done now :-)


Hope you enjoyed this tutorial. If you have any recommendations, please let us know what you think in the comment section below! See you again next time!