I have three textboxes: Textbox1, Textbox2, Textbox3
I have to check if any of the values are same in all the three.
ex: I have 1 as value in one textbox. I cannot have 1 in the other two textboxes.
I am using the textboxes to input ids. If I enter duplicate id's (for example I enter 1 in Textbox1 and Textbox2 / Textbox3 ), the program should give me a message.