DotNetGnat
Programmer
Guys,
when doing in asp...lets say i have something like this:
<input type="text" name="FromDate" onfocus="showCalendarControl(this);" >
how can do the similar thing using asp.net textbox...what is the equivalent of onfocus...
i tried
<asp:textbox id="subdate" onfocus="showCalendarControl(this);" runat="server">
and obviously it did not work...i have the corresponding css and js files included in the project...
any suggestions...
-DNG
when doing in asp...lets say i have something like this:
<input type="text" name="FromDate" onfocus="showCalendarControl(this);" >
how can do the similar thing using asp.net textbox...what is the equivalent of onfocus...
i tried
<asp:textbox id="subdate" onfocus="showCalendarControl(this);" runat="server">
and obviously it did not work...i have the corresponding css and js files included in the project...
any suggestions...
-DNG