Hi,
I have a number of drop down boxes on an asp page that uses DLL's to access a SQL server table. This page can be used to retrieve records as well as update records from the database.
However, if a user searches for a record in the database and all the relevant fields are retrieved I need to be able to change the currently displayed/selected option in the drop down boxes.
For example if a user retrieves a record from the database and one of my DTC drop downs represents days of the week I need to be able to make it display the day of the week in the record (i.e. wednesday for example) rather then just display the first option in the drop down (i.e. Monday).
Thanks "Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
I have a number of drop down boxes on an asp page that uses DLL's to access a SQL server table. This page can be used to retrieve records as well as update records from the database.
However, if a user searches for a record in the database and all the relevant fields are retrieved I need to be able to change the currently displayed/selected option in the drop down boxes.
For example if a user retrieves a record from the database and one of my DTC drop downs represents days of the week I need to be able to make it display the day of the week in the record (i.e. wednesday for example) rather then just display the first option in the drop down (i.e. Monday).
Thanks "Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)