javascript - Collecting text box values in Visual Basic -


i have javascript code assigns value text box:

document.getelementbyid('longitudetextbox').value = location.coords.longitude; 

what want value of text box on visual basic:

dim logitude string = longitudetextbox.text 

this works if code inside button, if use on page event page_load, i'm not receiving data.

try using when pageload.complete = true


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -