Implementing Autocomplete in ASP.NET

xtremefox

Newcomer
Joined
Apr 5, 2004
Messages
1
Does anyone know of a way to implement Autocomplete for Textboxes in ASP.NET. I have looked at a few suggested implementations for VB.NET; by using SHAutocomplete, and IAutocomplete. However these do not seem to work, as I cannot get a handle on the textbox object in ASP.NET, and I do not want to have to resort to JavaScript and/or DHTML functionality that mimics IE. I need to be able to force Autocomplete on in my ASP.NET application as users will not have permissions to edit the Internet Options.

Please, any assistance would be greatly appreciated.
xf
 
Back
Top