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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -