Author: robertmillerus@hotmail.com | Posted on: 12/21/2009 9:18:58 AM | Views : 758

Hi,
I am having difficulty getting the value to the dropdownlist to show what was saved to the database table and want to retrieve the data.   The dropdownlist normally get their values from other database table and give me the choices of selecting one of those item.   Then I save those to the database,  then if I want to load up and want to see the save item to be load in the dropdownlist. 
My boss do not want me to use selectedindex.   He want me to use findbyvalue etc.
 
Here is my coding.
 
 
If Not oWork.Rows(0).IsNull("CMETHOD") ...

Go to the complete details ...