Hello
How do i reset 2 textbox text of out four textbox at random avoiding a textbox whose text = 'A'
for clarification.
i have
Textbox1.text = "B"
Textbox2.text = "C"
Textbox3.text = "A"
Textbox4.text = "D"
how do i set an empty value "" to any two textbox at random avoiding the textbox whose text is "A"
Thanks