Sunday, May 18, 2014

Turning off the autocomplete feature for a textbox RSS

  <asp:TextBox ID="txtbirthdate" runat="server" Width="183px" autocomplete="off"></asp:TextBox>
                <asp:CalendarExtender TargetControlID="txtbirthdate" runat="server">
                </asp:CalendarExtender>

No comments:

Post a Comment