Can I use the AJAX Autocomplete extender *without* a webservice?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2009-04-23T11:06:23Z Indexed on 2010/04/24 10:33 UTC
Read the original article Hit count: 308

Using ASP.NET 3.5 with VB codebehind.

I don't want to use a webservice to populate an autocomplete extender on a textbox. In this case, it's where the user is entering email addresses and I don't want to make a trip to the database every single time. I'd much rather keep a collection in session state and 'bind' the autocomplete to that.

Is it possible to set ServicePath and/or ServiceMethod to something in the codebehind as opposed to a webservice?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX