Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Textbox Autocomplete with Atlas/Ajax Parameter Names - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

Textbox Autocomplete with Atlas/Ajax Parameter Names

I won't bore you with the complete Textbox Autocomplete example.  One interesting thing that I found out thanks to Michael and Wilco is that the method that you call to get the autocomplete string array must have the parameter names as prefixText and count.  If you don't do this, it doesn't work.

public String[] TextBoxAutoComplete(string prefixText, int count) // Seems to be a problem if the names are not prefixText and count.

http://forums.asp.net/1124521/ShowPost.aspx

Posted: Nov 28 2005, 02:58 PM by Wallym | with 1 comment(s)
Filed under:

Comments

Erik Porter said:

I mentioned the same thing in a post I did almost two months ago. ;)

http://weblogs.asp.net/eporter/archive/2005/10/05/426701.aspx
# November 28, 2005 5:53 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)