For Better understaning my problem go through the Image I have attached.
scenario is that I have two values in rad combo box 1 setting in Value field and 1 in Test Field and the 3rd one I have show in another label depending on selected value.
Means if I have 3 users and total marks
StudendId - Name - Total Marks
1 - Studend1 - 50
2 - Studend2 - 60
3 - Studend3 - 70
Now I have show 70 in a separate label if I select Student3 to do this as it is only single value I don't want to make any round trip to server. Please help.