How to post Json data on a url and on perticular key value.? like "data" key.. with vb.net? -


how post json data on url , on particular key value? "data" key.. vb.net ?

you can post json data diectly url like,

 www.example.com/page&key="jsondata"  

replace & ?

 www.example.com/page?key="jsondata" 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -