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.
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.