[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Kenny

9/17/2003 12:03:00 PM

Hi,

I just created some text and values in the SelectionList using the
collection Properties.

E.g
Text / Value
Street1 / S1
Street3 / S3
Street9 / S9

So far I don't have problem to retrieve the selected value from the
Selection. (Maybe I am not creating the control dynamically yet)
I would like to know how to pre-select the row when the user select Street3
for the first time, I would like the Street3 been pre-selected. How can I
make it work?

Thanks a lot.
Kenny