vb.net - webrequest.create pass vb net variable to url -


i have web request string

webrequest.create(http://bulker.gr/api/api.php?uname=xxxxx&password=xxxxxx&id=234) 

i want pass vb net string parameter egdim integer, a=15 , webrequest.create(http://bulker.gr/api/api.php?uname=xxxxx&password=xxxxxx&id=system.convert.tostring(a)) can done someway? maybe webrequest.params?

thank found working? web request params stackoverflow


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -