Registriert seit: 11. Jan 2007
32 Beiträge
|
Re: ASP Datagrid, Dropdownlist.SelectedValue Übergeben
23. Jan 2007, 15:44
ich habs nu geloesst ^^
DropDowns: DropDownList;
DropDowns := DropDownList(DataGrid1.Items.Item[DataGrid1.SelectedIndex].FindControl('DropDownList1'));
dann mit DropDowns.SelectedValue;
|