Hi All,
I have an asp page with three options buttons representing a different geography. Next to the 1st two radio buttons, I have a multiple select box where you can select no more than ten values. If you select more than ten, then the page will not submit. The last option button has a drop down box next to it that fires off some AJAX code to display an asp page containing a multiple select box inside the current asp page. This select box has the same characteristics as the 1st two and has code that will only submit the page if you have no more than ten values selected. The problem is, once you select one, the page submits. It ignores the javascript code altogether. Is it because the control is on a separate page than the current one? Does anyone have any ideas on how I can fix this?
I have an asp page with three options buttons representing a different geography. Next to the 1st two radio buttons, I have a multiple select box where you can select no more than ten values. If you select more than ten, then the page will not submit. The last option button has a drop down box next to it that fires off some AJAX code to display an asp page containing a multiple select box inside the current asp page. This select box has the same characteristics as the 1st two and has code that will only submit the page if you have no more than ten values selected. The problem is, once you select one, the page submits. It ignores the javascript code altogether. Is it because the control is on a separate page than the current one? Does anyone have any ideas on how I can fix this?