David
"David C" <dlc...@lifetimeinc.com> wrote in message
news:O%23pPgwAf...@TK2MSFTNGP04.phx.gbl...
David
"Nathan Sokalski" <njsok...@hotmail.com> wrote in message
news:uXYITpFf...@TK2MSFTNGP05.phx.gbl...
window.alert(document.getElementById('extenderid_ClientState').value);
If you put this in a button, you can change the state as you normally would
and then click the button to see what the value is afterwards:
<asp:Button runat="server" Text="extenderid_ClientState"
OnClientClick="window.alert(document.getElementById('extenderid_ClientState').value);return
false;"/>
Hopefully this helps.
--
Nathan Sokalski
njsok...@hotmail.com
http://www.nathansokalski.com/
"msnews.microsoft.com" <dlc...@lifetimeinc.com> wrote in message
news:OMYGU2Qf...@TK2MSFTNGP02.phx.gbl...