Hi,
Since Atlas Bridge do not support sessions yet. I would like to get parameter from bridge asbx which set dynamicly from javascript. Let say the parameter "dontSentThisParameter" like the bridge file below. I am able to get this from my code behind . But I don't want the "dontSentThisParameter" parameter being sent to the Actual webservices.
Any body know how to do that? or if not how do you guys pass variables from javascript back to codebehind
<bridge namespace="Microsoft.Samples" className="SimpleMSNSoap" >
<proxy type="SimpleMSNSearchWrapper, App_Code" />
<method name="Search">
<input>
<parameter name="appId" value="% appsettings : MSNWalkthroughAppId %" serverOnly="true" />
<parameter name="query" />
<parameter name="dontSentThisParameter" />
</input>
</method>
</bridge>
Complete Resources specifically for
Microsoft Atlas at :
http://www.AtlasASP.com/