H
henk
Hey,
Question, how can i create client-side javascript that refers to a asp.net
webcontrol. For example set the focus of a textbox lik this.
<asp: TextBox ID="Textbox1" />
(client side)
<script javascript>
Textbox1.focus();
</script>
this wont't work, couse the webcontrol textbox1 has a diferent ID in the
actualy create HTML output. How can i solve this problem..
Thanks.
Henk
Question, how can i create client-side javascript that refers to a asp.net
webcontrol. For example set the focus of a textbox lik this.
<asp: TextBox ID="Textbox1" />
(client side)
<script javascript>
Textbox1.focus();
</script>
this wont't work, couse the webcontrol textbox1 has a diferent ID in the
actualy create HTML output. How can i solve this problem..
Thanks.
Henk