Regards, Robin Ahuja
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <script type="text/javascript"> <!-- function highlightTextBox() { document.getElementById('<%= TextBox1.ClientID %>').focus(); document.getElementById('<%= TextBox1.ClientID %>').select(); } // --> </script>
Regards, Susan
Login to post response