Hi,
I have 3 radlistbox controls on my page. RadListBox1, RadListBox2, RadListBox3. When a user transfers from RadListBox1 or RadListBox2 they should go to the third one ( i have done it and works fine). Now, when the user puts back an item from 3 it should either go to 1 or to 2 (it depends on a condition which i should check in database).
Can any one please tell how i can do this on the server side. basically these things should happen:
1. Stop the default transfer of the radlistbox
2. Check the condition
2. transfer depending on that condition.
Please help..Thanks
I have 3 radlistbox controls on my page. RadListBox1, RadListBox2, RadListBox3. When a user transfers from RadListBox1 or RadListBox2 they should go to the third one ( i have done it and works fine). Now, when the user puts back an item from 3 it should either go to 1 or to 2 (it depends on a condition which i should check in database).
Can any one please tell how i can do this on the server side. basically these things should happen:
1. Stop the default transfer of the radlistbox
2. Check the condition
2. transfer depending on that condition.
Please help..Thanks