Evie
03-10-2009, 11:32 AM
Hi guys,
I have a page that has:
* GridView
* DetailsView based on GridView selection
In the Edit of the DetailsView, I want to have a dropdown that has existing values and have the selected value be the one from the Data Entry (if that makes sense)
For Example. The selection has a Dialer value of "Tsp1"
in Edit, I want:
"Cor"
"Mon"
"Tsp1"
"Tsp2"
but I want "Tsp1" to be the value selected.
I am using C# code-behind btw.
Thanks in advance.
I have a page that has:
* GridView
* DetailsView based on GridView selection
In the Edit of the DetailsView, I want to have a dropdown that has existing values and have the selected value be the one from the Data Entry (if that makes sense)
For Example. The selection has a Dialer value of "Tsp1"
in Edit, I want:
"Cor"
"Mon"
"Tsp1"
"Tsp2"
but I want "Tsp1" to be the value selected.
I am using C# code-behind btw.
Thanks in advance.