How to get control value after Javascript refresh
问题 I have a page that has a popup modal window and the modal returns a value to the page and then refreshes it. I need to be able to get the value in the code-behind of the page when it is refreshed but the value of the text-box control that it is returned to is always "" after refresh. How can I get the value of the one I returned using JS? The code is added at a test at the moment as I try to get the value of the textbox which has contents before it is refreshed. protected void Page_Load