P
Paul D. Fox
I'm using a User Control to display a drop-down and when I "Edit" a screen,
I want to set the Drop-Downs value to the value obtained from the Database.
Something like:
ddlUserControl.ControlID.Insert(0,drReader("EmployeeName")) which doesn't
seem to work. Help!
Paul
I want to set the Drop-Downs value to the value obtained from the Database.
Something like:
ddlUserControl.ControlID.Insert(0,drReader("EmployeeName")) which doesn't
seem to work. Help!
Paul