Cascading Dropdowns -- GridView
Posted by: mikes web log,
on 13 Mar 2007 |
View original | Bookmarked: 0 time(s)
I've been messing with cascading drop-down lists in the FormView control. In a comment, someone asked if the same thing can be done in a GridView control in edit mode. Yes. The overall approach is pretty much the same. There are a few details that differ because we're in a GridView row.To review, when you're working with cascading DropDownList controls, you need to perform these tasks:Populate each of the DropDownList controls.Pre-select the appropriate value in each list to match what's currently...