This is a migrated thread and some comments may be shown as answers.

Setting Multiple Values

1 Answer 52 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 09 Aug 2010, 05:41 PM
Is there a built in way to send up multiple values to the Service?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 10 Aug 2010, 10:58 AM
Hi Steve,

Since the RadXmlHttpPanel provides the ability to pass a string, it is up to you how to organize this string. What I suggest is to concatenate all the parameters separated with some separator sign and form one resultant string which contains all the parameters and pass it as a value. After that you should simply split the string according to the used separator on the server and you will get your multiple parameters. This is a standard ASP.NET technique which is not directly related to RadControls  and I believe that it will be helpful in this case.

Best wishes,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
XmlHttpPanel
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Svetlina Anati
Telerik team
Share this question
or