Now I know why I can't pick up the value because my TextBox name changes when rendered in html like:
INPUT#ctl00_PageContent_myTimeTextBox instead of INPUT#myTimeTextBox
The only issue I at the moment am that, it cannot work inside the Ajax Update Panel.
Now I know why I can't pick up the value because my TextBox name changes when rendered in html like:
INPUT#ctl00_PageContent_my
The only issue I at the moment am that, it cannot work inside the Ajax Update Panel.
Thanks.