Hi
I am using Ajax Toolkit Watermark Extender with a textbox in a usercontrol (ASP.Net). This text box is the first control in the usercontrol.
How do I set focus to this text when the document is ready.
I have tried this - $('input:text[value=""]:first').focus();
However, this does not work probably because the text box has the watermark text set as its value.
I have also tried $("#<%= MyTextBox.ClientID%>").focus();without any luck.
Please help.
Thanks
Rajat