Articles found: 2
|
Friday, December 15, 2006 |
ASP.NET AJAX 1.0 Release Candidate is now available for download.
I still didn't have time to try it.. just took a look to the migrate documentation: http://ajax.asp.net/files/Migration_Guide_Beta2_to_RC.aspx
Official site: http://ajax.asp.net
|
Saturday, October 14, 2006 |
By default, the AutoCompleteExtender
shows results from the entire value of one text box. With my implementation, it is possible to search more than one word inside a text box divided by comma (or another character). Every time a comma is written, the list of suggestions appears for the new word.
|