Access Controls with javascript
How can we access Master page controls in child page from javascript?
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.
Midhun TpPosted Sep 8, 2016, 10:04 AM
You can access textbox value like document.getElementById("textboxid").value
Sreekanth ReddyPosted Sep 8, 2016, 8:42 AM
Midhun TpPosted Sep 8, 2016, 7:47 AM