Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Datagrid Drop Down List Problems


Message #1 by "Paul Riley" <rilez@t...> on Wed, 12 Feb 2003 23:08:48 -0000
OK I have a datagrid based on an XML file that displays a drop down list
when in edit mode. What I want to do is to set the currently selected
item to be the value in the container. I've done this with checkboxes
and textboxes etc by using text = or checked = as appropiate but can't
figure out how to do it in the same way for a DDL. I don't really want
to do it on runtime as this causes more problems (not knowing which row
is being edited for one)

Any help would be very gratefully received

Paul


  Return to Index