H
Harvey Triana
Hi--
Sample. When i write something like:
<input type="button" name="btnSend" value="Send"
onclick="callSomeTask(getElementById('myControl').value );return false;
/>
I can run some cliente code if "myControl" is an Asp Textbox;
getElementById('myControl').value get current Text of Textbox
If i write a Web User Control, i dont know how to implemente the property
"value", value runs for the cliente not in server.
Thanks,
<Harvey Triana />
Sample. When i write something like:
<input type="button" name="btnSend" value="Send"
onclick="callSomeTask(getElementById('myControl').value );return false;
/>
I can run some cliente code if "myControl" is an Asp Textbox;
getElementById('myControl').value get current Text of Textbox
If i write a Web User Control, i dont know how to implemente the property
"value", value runs for the cliente not in server.
Thanks,
<Harvey Triana />