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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -