hii Every one. I have one problem.
I have one panel i which i have 3 combobox which is binded to same datasource.
Now when i select item from first combobox,the same should not selected in second and third combobox.
I tried using but i didn't.
Please let me know..
Loading
Krishna GaradPosted Feb 1, 2013, 8:19 AM
if(combo1!=combo2&&combo1!=combo3&&combo2!=combo1!&&combo2!=combo3&&combo3!=combo1&&combo3!=combo2)
{
//then ok
}
else
{
//show message
}