pass a value between two forms

V

virgul

Hi,

I wan't to know if there are a solution for pass a string or an
xmldocument or somethings else between two forms? I need this for make
a query to a webservice in the second form. But I don't wan't to store
this value on my xml (security reason).

I work with SP1 and C#!

Thanks in advance for your help!

++

Thierry
 
A

Alex [MSFT]

Try creating a web service to which the first form submits to, and the
second one reads from.
 
Top