Al Pascual



Geo RSS
Geo Twitter Timeline

Blogs I read

<January 2009>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

Atlas control AutoCompleteExtender is not very impressive

 

So this week is complaining about controls week. Sometimes looking around and playing with controls you find things that just does not make sense. This time, how can Microsoft release their AutoComplete control without any features? Even worse, how is that does not even support HTML? It’s just a listcontrol! More than 2 years ago, people were using <div> to create those controls and then you could make it any size, color, fonts or add your own HTML to show a picture inside the autocomplete control. Why is Microsoft releasing such a boring control?

 

Now, why don’t you inherit the classes AutoControlExtender, AutoControlProperties and design your own? Well there is not much or none documentation about extending extenders. So my best bet should be looking at the javascript. Lots of work this weekend. I’ll keep you inform.

 

Cheers

Al

kick it on DotNetKicks.com
Posted: Sep 30 2006, 12:02 PM by albert | with 3 comment(s)
Filed under: ,

Comments

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# September 30, 2006 12:19 PM

Wayne said:

If you're interested, there's a completely open source AJAX enabled AutoComplete server control that I created on my site: http://blog.ourcurrentfuture.com. Even if you decide not to use it as it is, it could provide a good starting point for you. A demo is available here.
# October 6, 2006 3:17 PM

albert said:

Actually Wayne, this is fantastic! Great job guys. I love what you did with the extender. You save me lots of work.

Al

# October 6, 2006 7:08 PM