Hi there
I have a problem and hope you can help me.
I have a page contain 3 combo boxes (let's call them A B C), which fill 2 other combo boxes (D E) using AJAX.
The fill is, of course, on the server.
D and E are contained inside RadAjaxPanel (In order to use ajax)
It's working very good. D and E get the proper data, the ajax works fine.
Now, here is the problem.
When selecting an item in combo D, I want to select the first item of E (first item which contain text like "Select..." and value of empty string).
And also vise versa:
When selecting an item in combo E, I want to select the first item of D.
I tryed to use OnClientSelectIndexChanged, and combo.Items[0].Select(), but this cause stack overflow (I changed D, which changed E, which canged D,,,,, )
Also, The server side selected index changed was not fired. why is that ?
I hope you can help me.
Thanks
Dudu
I have a problem and hope you can help me.
I have a page contain 3 combo boxes (let's call them A B C), which fill 2 other combo boxes (D E) using AJAX.
The fill is, of course, on the server.
D and E are contained inside RadAjaxPanel (In order to use ajax)
It's working very good. D and E get the proper data, the ajax works fine.
Now, here is the problem.
When selecting an item in combo D, I want to select the first item of E (first item which contain text like "Select..." and value of empty string).
And also vise versa:
When selecting an item in combo E, I want to select the first item of D.
I tryed to use OnClientSelectIndexChanged, and combo.Items[0].Select(), but this cause stack overflow (I changed D, which changed E, which canged D,,,,, )
Also, The server side selected index changed was not fired. why is that ?
I hope you can help me.
Thanks
Dudu