Javascript
How to store the value of the textbox in asp.net (csharp ) value in to the javascript array in client side each time when clicking the button .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Dec 27, 2010, 3:31 AM
http://www.c-sharpcorner.com/Forums/UploadFile/103255/
CrishPosted Dec 27, 2010, 3:03 AM
document.getelementbyid("ID").value
or
you can store value in viewstate and then take value in janascript