hi,

(sorry, I dont have any code snippets to hand as I'm away from the dev
machine at the mo)

I have a page which makes two seperate WebServce calls for data. One
is via an Ajax call, the other is server side.

The flow is as follows:

1. Ajax Web Service call returns a collection

2. In the js script file, read the PK's of the collection and set
 a hiddenfield with the comma-seperated keys

3. initiate a __doPostBack call from script - target an update panel
on the page which then calls the second Web Service

The problem I am experiencing is that after I have made the first call
and set the PK's in the hidden field, the postback fires but the
hiddenfield doesnt have the ID's, its empty.

Viewstate is on (but have tried turning it off also).

I know that I can pass an arguement in the postback call which works
but this is very limiting since it is likely that I will need to send
oterh information back to the server for the second call also.

Any help really appreciated, again, sorry I cant provide code at the
mo'.

thanks,
dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to