Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For autocompletemode textbox( c#.net), i didn't get the properties like AutoCompleteMode,AutoCompleteSource,AutoCompleteCustomSource,AutoCompleteCustomSource for text box....

C#
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...
Posted
Updated 24-Oct-14 1:48am
v2
Comments
Kornfeld Eliyahu Peter 20-Oct-14 3:37am    
Repost!!!

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.
 
Share this answer
 
Comments
Member 11165894 20-Oct-14 3:55am    
I am using .net framework 4.5 ..bt those properties are not working..:(

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