Hello,
I have two questions concerning Asp:DropDownLis t
1. How to fill a DropDownList from runtime and set its default item?
2. How do use a DropDownList in each datagrid record?
All dropdownlist should be filled with the values in field NAME from
the same dataset used in the datagrid.
The default value of each dropdownlist should be the value of NAME by
that record.
Thanks,
Miguel
I have two questions concerning Asp:DropDownLis t
1. How to fill a DropDownList from runtime and set its default item?
2. How do use a DropDownList in each datagrid record?
All dropdownlist should be filled with the values in field NAME from
the same dataset used in the datagrid.
The default value of each dropdownlist should be the value of NAME by
that record.
Thanks,
Miguel
Comment