Sunday, March 11, 2012

Is possible to call a parameter directly in POST method as you do with GET method?

Hi,

In a short word, the data posted to the server is?separated?in?the?same?manner?as?querystring?does.
You can post a string like: item1=value1&item2&valu2?which?will?be?splited?on?server?internally.

Hope this helps.

Thank you very muchRaymond Wen.

No comments:

Post a Comment