<asp:TextBox ID="txttime" runat="server" CssClass="TextBox">'
Width="60px" Enabled="false" ></asp:TextBox>
<ajax:MaskedEditExtender ID="ajaxtime" runat="server" AcceptNegative="None"
Enabled="True" TargetControlID="txttime" MaskType="Time" AcceptAMPM="true"
ask="99:99" CultureName="en-CA" AutoComplete="true" AutoCompleteValue="99:00"/>
In Above code delete or backspace key in textbox working Firefox and IE but not working in Chrome.. Please Help..
Any Suggestion....??
Google chrome has such more issues with controls. You can specifically check version you are running on & what ascii values it takes? when you try to use keys. One more thing, check your textbox markup whether it is correct or not?