c# - Send large string from silverlight(OB) to asp.net without query string -
I'm working in Silverlight (outside of browser mode) project. I sent data from Silverlight to server end using WebBrowser (query string). But the ability of the query sting is the problem. You know that the query string has a maximum length of 2048 (IE) but I need to send huge data to the server from the client. Now I send huge data (over 2048) from Silverlight to asp.net host What do i do for I do not want. I want to use .aspx. Thank you
Example is here
You will include: < Using pre> system; Using System.Collections.Specialized; Using System.Net;
Comments
Post a Comment