Passing Specialized.NameValueCollection from asp.net to remote object

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,

Should i do something special in order to pass the Request.Params
from ASP.NET to remote object?


thanks.
 
Huh? I guess you will need to pass that as an argument. Although,
Considering NameValueCollection is serializable, you should be able to
serialize it and send it across the wire too.
 
Back
Top