Forum: ASP.NET |
Thema:
AW: AW: AW: AW: AW: ASP Datagrid, Dropdownlist.SelectedValue Übergeben |
Von:
Matthias König (
23.01.2007 15:00) |
ich habs nu geloesst ^^ glaube is ein aehnlicher ansatz wie deiner:
DropDowns: DropDownList;
DropDowns := DropDownList(DataGrid1.Items.Item[DataGrid1.SelectedIndex].FindControl('DropDownList1'));
dann mit DropDowns.SelectedValue;
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!