asp.net中的自动完成文本框 [英] Auto Complete Textbox in asp.net

查看:78
本文介绍了asp.net中的自动完成文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨Dudes,

我只想知道如何在浏览器中停止自动完成列表,

i在表单标签中编码为autocomplete =off。但我认为这取决于浏览器。

所以我想知道浏览器中自动完成列表的存储,以便在任何浏览器上永久独立清除它。



提前谢谢

Kathir

Hi Dudes,
I just want to know how to stop the auto complete lists in the browser,
i coded in the form tag as autocomplete="off" .but i think this is depending on the browser .
so i want to know the storage of autocomplete list in the browser to clear it permanently independent on any browser,.

thanks in advance
Kathir

推荐答案

不,我认为它支持在所有浏览器中查看下面的链接



http:// www.w3schools.com/tags/att_input_autocomplete.asp [ ^ ]



将为您提供有关此支票浏览器支持部分的更多详细信息



问候..:)
NO i think it supports in a all browser look a link below

http://www.w3schools.com/tags/att_input_autocomplete.asp[^]

will give you more detail about this one check browser support section

regards ..:)


example-for-implementation-autocomplete-in-aspnet-textbox.aspx [ ^ ]



使用jQuery for ASP.NET网站创建数据库驱动的自动完成文本框 [ ^ ]



Ajax中的自动完成功能 [ ^ ]



查看链接..hope你会得到解决方案
example-for-implementing-autocomplete-in-aspnet-textbox.aspx[^]

Creating a Database Driven Auto Complete TextBox Using jQuery for ASP.NET Websites[^]

AutoComplete in Ajax[^]

Check the links..hope you will get the solution


试试

Try like
<asp:TextBox Runat="server" ID="Textbox1" autocomplete="off"></asp:TextBox>









OR

<input type="text" name="cc" autocomplete="off" />


这篇关于asp.net中的自动完成文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆