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 -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -