Username(label1) : [textbox1]
Firstname(label2) : [textbox2]
LastName(label3) : [textbox3]
I have similar to this 15 labels and 15 textbox.
using reflection i m getting textbox name indirectly.
if textbox1 is empty,my error should be "Username is empty"
How i should map textbox1 and label1?
if error in control textbox1,how will i know its corresponding
label is Username?