Click here to Skip to main content
15,867,594 members
Articles / Web Development / ASP.NET

DropDownList as ItemTemplate within a GridView with an ObjectDataSource updating a database

3 Feb 2008CPOL 107K   46   13
A GridView displaying records with a DropDownList as a field and updating a database with an ObjectDataSource. A problem occurs if the dropdown's selected value can not be passed as a parameter. The issue is solved here in this article by programatically adding an update parameter in the code-behind
We're sorry, but the article you are trying to view was deleted at 30 Jul 2015.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.