asp.net中的自动完成文本框

编程入门 行业动态 更新时间:2024-10-17 21:25:52
本文介绍了asp中的自动完成文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

嗨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/tags/att_input_autocomplete.asp [ ^ ] 将为您提供有关此支票浏览器支持部分的更多详细信息 问候..:) NO i think it supports in a all browser look a link below www.w3schools/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中的自动完成文本框

本文发布于:2023-11-24 22:54:35,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1627211.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文本框   自动完成   asp   net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!