A
Andre
Hi,
I retrieve data from a SQL Server and put the data on a DropDownList, but
my problem is that sometime i have the same value more than one time, so i
want to search the DDL to see if there's already an item with the same
value.
Is there a way to search the DDL to check that the same value as not
already been entered, so i can modify it.
I've tried with FindByText, but i cannot make it work.
Thank you
I retrieve data from a SQL Server and put the data on a DropDownList, but
my problem is that sometime i have the same value more than one time, so i
want to search the DDL to see if there's already an item with the same
value.
Is there a way to search the DDL to check that the same value as not
already been entered, so i can modify it.
I've tried with FindByText, but i cannot make it work.
Thank you