Hi friends,
i created one windows form in c#.
In that form through 'text box' text i want to add items to the 'list box' with the help of button.
Here the problem is 'while entering the items to the list box it should compare the 'ext box text' with the list box items,if the person entering the same item which is in the list box ,it should give an error.
How can i do this please help me.
i created one windows form in c#.
In that form through 'text box' text i want to add items to the 'list box' with the help of button.
Here the problem is 'while entering the items to the list box it should compare the 'ext box text' with the list box items,if the person entering the same item which is in the list box ,it should give an error.
How can i do this please help me.
Comment