oh no! another datagrid dropdown question!

  • Thread starter Thread starter Guest
  • Start date Start date
You set the index like this:

dropdown.SelectedIndex = 0; // or whatever value you want 1,2,3.
 
thanks for answering.
that will not work because the dropdown list is a child control of the
datagrid. I tried it and i gives me a run time error. even afteri manuelly
decoarred it a protected with events....
but thanks! and please let me know if i'm wrong about this!
kes
 
Back
Top