Link to home
Start Free TrialLog in
Avatar of srikanthv2322
srikanthv2322

asked on

Remove Duplicate Values in ListBox

I have a textbox through which i populate listbox at a click f commandbutton, if i am entering duplicate value through textbox that is already in listbox, it should display a message that value already exists at specified index in listbox

EX:
If Cat is the value i am going to enter through textbox,then error should be like
"Cat" already exists at place 3 in listbox

I can enter either string or numerical or combination of both through textbox., please help me with the code to achieve the above mentioned
ASKER CERTIFIED SOLUTION
Avatar of roger_karam
roger_karam
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial