dropdownlist as templatecolumn in datagrid [web]
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
The datagrid has edit, update, cancel and delete functionality. On edit the dropdownlist becomes visible and is populated by a dataset using a stored procedure. I want my users to be able to only select specific [valid] regions. I need to know how to pass the dropdownlist1.selecteditem.value to the update function [it seems to be going out of scope] so that I can write back the changes. dropdownlist_selectindexchanged doesn't return a value Any ideas?