在C#.net中自动完成TextBox [英] Autocomplete TextBox in C#.net

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

问题描述

对于autocompletemode文本框(c#.net),我没有获得AutoCompleteMode,AutoCompleteSource,AutoCompleteCustomSource,AutoCompleteCustomSource等属性文本框....



For autocompletemode textbox( c#.net), i didn't get the properties like AutoCompleteMode,AutoCompleteSource,AutoCompleteCustomSource,AutoCompleteCustomSource for text box....

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web.Services;
using System.Diagnostics;
using System.Windows.Forms;
using System.ComponentModel;
using System.IO;
using System.Collections;
using System.Drawing;
using System.Text;
using System.Windows.Forms ;



我用的很多......


This much i used...

推荐答案

从.NET Framework 2.0开始,此类属性可用。

如果您不了解它们的用法,请查看文档 [ ^ ],示例代码可用。
Such properties are available since .NET Framework 2.0.
If you don't understand their usage then check out the documentation[^], sample code is available.


http:// www.aspdotnet-pools.com/2014/06/autocomplete-textbox-in-aspnet-with.html [ ^ ]


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

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