Dear all,
Im populating data from the database into a drop-down box.
Its working fine as far as putting the data from the db to the drop-down.
My problem is when I want a particular record's value has to be displayed after populating, how do i do that?
For instance, the drop-down already has populated data (1,2,,,10)
I want the drop-down to show 5 (with 1..10 being there in the drop-down), how do I do that?

Thanx in advance

Parasuraman