R
rodchar
hey all,
i'm running the following:
ScriptManager.RegisterClientScriptBlock in my OnInit event.
well the javascript function that it runs assigns a value to a webserver
textbox control.
after it's finish running this script it control comes back to the
server-side and when i try to inspect the textbox it is still empty, however
when the page finishes loading the correct value appears in the textbox.
is there a certain event i can see the correct value in the code behind
before the page appears?
thanks,
rodchar
i'm running the following:
ScriptManager.RegisterClientScriptBlock in my OnInit event.
well the javascript function that it runs assigns a value to a webserver
textbox control.
after it's finish running this script it control comes back to the
server-side and when i try to inspect the textbox it is still empty, however
when the page finishes loading the correct value appears in the textbox.
is there a certain event i can see the correct value in the code behind
before the page appears?
thanks,
rodchar