<br><br>If for whatever reason you can't do this declaratively in the aspx code, you can take care of it in the code behind. Create the dropdownlist in the edit template like above and then create a ...
OK, so I've got a DataGrid on my form, it's backed onto a DataSet.<BR><BR>I've hooked the MouseMove event to find out where the mouse is over the control.<BR><BR>I can use the HitTest function to find ...