I have the following scenario
- Have a web browser control which uses the Navigate method to call a web page. I have the need to post a large number of elements via FORM POST. The number of elements can be either 40-100 elements.
Is it advisable to encode this and send it via the the Navigate method?
Does one normally do this via FORM POST or is there a better solution? I may be able to get the client to expose a webservice and maybe i could stream an xml file to them