自动完成的建议文本框,包含多列。!
问题描述:
我想在vb.net 2008中创建自动填充文本框,其中有多列
建议作为谷歌搜索建议
我尝试过:
i want to create autocompleted with textbox in vb.net 2008 with multiple column
suggestion as google searching suggestion
What I have tried:
txtCustomerSeach_TextChanged
答
您是否尝试过查看自动完成| jQuery UI [ ^ ]?
以下是 ASP.NET中的jQuery AutoComplete示例:www.dotnetmentors .com [ ^ ]让你开始您可以修改查询以搜索多个列/字段。请记住,只能使用文章中的代码作为参考。内联SQL查询可能会导致SQL注入漏洞。
Have you try look into the Autocomplete | jQuery UI[^] ?
Here is an example jQuery AutoComplete by Example in ASP.NET : www.dotnetmentors.com[^] to get you started. You can modify the query to search multiple columns/field. Keep in mind, only use the code in the article as a reference. Inline SQL query might pose SQL injection vulnerability.
请参阅此示例。 如何自动填充TextBox? C#vb.net [ ^ ]或观看此Youtube Visual Basic .NET教程28 - AutoComplete ComboBox和VB.NET中的TextBox - YouTube [ ^ ]
See this sample. How to Autocomplete TextBox ? C# vb.net[^] or Watch this Youtube Visual Basic .NET Tutorial 28 - AutoComplete ComboBox and a TextBox in VB.NET - YouTube[^]