I have 3 different RadComboBoxs in one page and the 3 RadComboboxes in another page is it somehow possible to transfer the selected values from the first three Comboboxes to the other Comboboxes (Maybe via URL Javascript ) ?
if you need my code just ask
Thanks for help and fast answer
2 Answers, 1 is accepted
0
Kostadin
Telerik team
answered on 23 Nov 2012, 12:54 PM
Hello,
When a form containing the fields (field1, field2, field3) is submitted, the content of the fields is encoded as a query string as follows: field1=value1&field2=value2&field3=value3...
So in your case you should pass the parameters as follows:
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.