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

How to Pass Web Form Field Value to Web service

1 Answer 46 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Usman
Top achievements
Rank 1
Usman asked on 06 Nov 2008, 09:31 AM
Hi

I m Using a tree view displaying from webservice but what i need is when i click on tree view node i want to pass a two parameter values to calling WebService file,one is Node value and another one is my webform querystring value or textbox value to webservice.can anyone  plz help me this.

reply me


1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 06 Nov 2008, 10:55 AM
Hello Usman,

You can use the Context Dictionary object, that is available in the OnClientNodePopulating event handler, to send data to the WebService.

Please see this help article for more information and an example of this approach.

Best wishes,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Usman
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or