Click here to Skip to main content
15,917,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<Html5:TextInput ID="txtimgcode" runat="server" Required="true" oninvalid="setCustomValidity('Plz enter below security code')"
                               onchange="try{setCustomValidity('')}catch(e){}" MaxLength="7"
                                  ToolTip="Security code" AutoComplete="false"></Html5:TextInput>
Posted
Comments
sureshsankar 7-Aug-13 2:55am    
help with me for above error
G4mm4R4y 8-Aug-13 3:08am    
Im confused, i code html fairly well, and i dont get what an element such as <html5:input>is BUT try one or both of these: take the false off autocomplete, use lowercase.
sureshsankar 9-Aug-13 0:57am    
I am using html5.dll file.

1 solution

I dono about HTML 5 but ajax toolkit provides good feature in auto complete
check this link it might be useful
Auto complete using AJAX Toolkit[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900