I need some assistance with disabling web control button. First, i need to check if the value related to the button is in the listbox. This is done.
If the item is in the listbox, disable the button. I am thinking the possibility of using a loop statement. However, i do not know how to write it to check if the item related to the button matched before disabling button.