How can I condition if a dropdownlist contains a value?
this clearly don't work.
If ddl.items.FindB yValue("RT-RECHARGE") Then
Do i have to loop through it?
this clearly don't work.
If ddl.items.FindB yValue("RT-RECHARGE") Then
Do i have to loop through it?
Comment