Question AutoCompleteStringCollection Frustration

Teemyn

New member
Joined
Jun 7, 2008
Messages
1
Programming Experience
1-3
Hi,

Excuse my limited knowledge (I am quite new to this), but I have been attempting to solve this problem for hours.

I have scoured the net to find how to create an auto complete string collection on ASP.net.vb (2.0). So I went ahead and defined an object thusly:

dim espcollection As New AutoCompleteStringCollection

The problem is that "AutoCompleteStringCollection" is apparently "not defined" when I run it. I have been to the Microsoft site, followed up the correct namespace, and added it to the web.config file. I don't know what else to do, and unable to find a solution to this problem.

Any tips/direction will be GREATLY appreciated.

Cheers.
 
AutoCompleteStringCollection is for Windows Forms applications, not ASP.Net.
I see Ajax Control Toolkit has an Autocomplete extender for ASP.Net.
 
Back
Top