<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx</link><description>I am working on a rich content app for one of my talks at TechEd Europe and I thought it would be a good idea to implement a search box with an autocomplete of the past search quires. The intuition here is that the changes are someone else has searched</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#888506</link><pubDate>Sat, 28 Oct 2006 13:27:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:888506</guid><dc:creator>Michiel</dc:creator><description>&lt;p&gt;Nice and simple example. No hassle with db backends to store and retrieve the searched items, simply use the profile functionality. Looks good.&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#892925</link><pubDate>Sun, 29 Oct 2006 06:24:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:892925</guid><dc:creator>vikram</dc:creator><description>&lt;p&gt;YES I CREATED SOMETHING LIKE THIS FOR MY SITE&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.vikramlakhotia.com/Adding_Auto_Suggest_Box_in_the_search_Box.aspx"&gt;http://www.vikramlakhotia.com/Adding_Auto_Suggest_Box_in_the_search_Box.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#902519</link><pubDate>Mon, 30 Oct 2006 11:46:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:902519</guid><dc:creator>Ross D</dc:creator><description>&lt;p&gt;I thought profile would be user specific - so would this show you what other people have searched for?&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903044</link><pubDate>Mon, 30 Oct 2006 14:27:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903044</guid><dc:creator>ikrima</dc:creator><description>&lt;p&gt;Can this method applied to a dropdown box which is read it's data from sqlserver ????&lt;/p&gt;
&lt;p&gt;for example for dropdown get the customers name&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903538</link><pubDate>Mon, 30 Oct 2006 17:40:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903538</guid><dc:creator>Paolo</dc:creator><description>&lt;p&gt;The article could be good if only the AutoCompleteExtender existed! It seems to have been removed from the standard ASP.NET Ajax suite (it was there with Atlas). Where did it go?!?&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903574</link><pubDate>Mon, 30 Oct 2006 17:56:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903574</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;One thing I'd like to see addressed is cases where the auto-complete needs additional information displayed in the drop down, but not inserted into the textbox. &amp;nbsp;For example, Google's autocomplete tells you about how many results to expect. &amp;nbsp; Another example- I have several apps that allow a free-text search against a database of people. &amp;nbsp;Users can begin typing a first name, last name, employee Id, and a few other properties. &amp;nbsp;Ideally it would drop down a full description &amp;quot;1234 - John Doe - Marketing&amp;quot;, &amp;nbsp;but in the end populate the textbox with only &amp;quot;1234&amp;quot;. &amp;nbsp; This could probably be done with the other AJAX controls, but it seems like using a Name/Value pair instead of a StringCollection would be really useful.&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903683</link><pubDate>Mon, 30 Oct 2006 18:51:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903683</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Ross D - You are right, this is per user search results today... &lt;/p&gt;
&lt;p&gt;ikrima - Yes, of course you can call against a database! &amp;nbsp;Just change the implementation in the GetCompletionList() method to call against the database... &lt;/p&gt;
&lt;p&gt;Paolo - Sorry, I should have mentioned, AutoCompleteExtender is in the Value-add CTP (&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8A3FD0DD-D75E-4249-86DA-3D4AAC649652&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=8A3FD0DD-D75E-4249-86DA-3D4AAC649652&amp;amp;displaylang=en&lt;/a&gt;) &amp;nbsp; &amp;nbsp;It will be moved to the control toolkit very soon.&lt;/p&gt;
&lt;p&gt;Daniel - Yes, I have some ideas for how to do that... let me play around with it... &lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903801</link><pubDate>Mon, 30 Oct 2006 19:44:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903801</guid><dc:creator>Nate</dc:creator><description>&lt;p&gt;I get this error message. &amp;nbsp;Any ideas? &amp;nbsp;&lt;/p&gt;
&lt;p&gt; Compiler Error Message: CS0246: The type or namespace name 'StringCollection' could not be found (are you missing a using directive or an assembly reference?)&lt;/p&gt;
&lt;p&gt;Source Error:&lt;/p&gt;
&lt;p&gt;Line 27: &amp;nbsp; &amp;nbsp; public string[] GetCompletionList(string prefixText, int count)&lt;/p&gt;
&lt;p&gt;Line 28: &amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt;Line 29: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; StringCollection list = (StringCollection)HttpContext.Current.Profile[&amp;quot;SearchTerms&amp;quot;];&lt;/p&gt;
&lt;p&gt;Line 30: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List&amp;lt;string&amp;gt; suggestions = new List&amp;lt;string&amp;gt;();&lt;/p&gt;
&lt;p&gt;Line 31: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; foreach (string s in list)&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#903882</link><pubDate>Mon, 30 Oct 2006 20:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:903882</guid><dc:creator>BradA</dc:creator><description>&lt;p&gt;Sorry, I should have said, you need to include:&lt;/p&gt;
&lt;p&gt;using System.Collections.Specialized;&lt;/p&gt;
&lt;p&gt;see:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsSpecializedStringCollectionClassTopic.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsSpecializedStringCollectionClassTopic.asp&lt;/a&gt; &lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#906504</link><pubDate>Tue, 31 Oct 2006 11:58:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:906504</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;I too would love to see some more advanced autocomplete usage beyond the basic usage thats been around for some time. Hoping to see that in the demo.&lt;/p&gt;
&lt;p&gt;Besides the drop/down containing more info like Daniel mentioned, I'd like to be able to populate more than one textbox with the choice. So the server needs to be able to send back more than just strings.&lt;/p&gt;
&lt;p&gt;I also need to send the server more information than the current text to generate the list of relevant results to show. That would be great to see.&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#931819</link><pubDate>Thu, 02 Nov 2006 17:20:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:931819</guid><dc:creator>Brian</dc:creator><description>&lt;p&gt;There seems to be a bug in the autocomplete extender if you hit enter in the textbox with the textbox empty, it comes up with a javascript error: _completionListElement.childNodes[...].firstChild is null or not an object.&lt;/p&gt;
</description></item><item><title>Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1043276</link><pubDate>Thu, 09 Nov 2006 13:00:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1043276</guid><dc:creator>ナオキにASP.NET（仮）</dc:creator><description>&lt;p&gt;Brad Abrams からです。 Search autocomplete with ASP.NET AJAX Extensions 少し前の投稿ですが、Brad さんが AJAX Extensions&lt;/p&gt;
</description></item><item><title>AJAX a autocomplete</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1066593</link><pubDate>Mon, 13 Nov 2006 09:09:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1066593</guid><dc:creator>Martin Knotek blog</dc:creator><description>&lt;p&gt;Celkem pěkn&amp;#253; n&amp;#225;vod na tutu funkčnost: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.asp"&gt;http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.asp&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1096117</link><pubDate>Sat, 18 Nov 2006 01:32:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1096117</guid><dc:creator>Kent</dc:creator><description>&lt;p&gt;I would love to check this out but it is not working. &amp;nbsp;I have all of the web.config entries, etc. &amp;nbsp;When I run the ScriptResource.axd?d=... referenced in the page source, I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;Object reference not set to an instance of an object. &amp;quot;&lt;/p&gt;
&lt;p&gt;Stack Trace: &lt;/p&gt;
&lt;p&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.UI.Page.DecryptString(String s) +40&lt;/p&gt;
&lt;p&gt;[TargetInvocationException: Exception has been thrown by the target of an invocation.]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp;amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +72&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +358&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +17&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Microsoft.Web.Handlers.ScriptResourceHandler.DecryptString(String s) +210&lt;/p&gt;
&lt;p&gt; &amp;nbsp; Microsoft.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +346&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154&lt;/p&gt;
&lt;p&gt; &amp;nbsp; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +64&amp;quot;&lt;/p&gt;
&lt;p&gt;I just installed all of the latest components this AM, including the November CTP.&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1097706</link><pubDate>Sat, 18 Nov 2006 05:45:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1097706</guid><dc:creator>damian</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;Where is AutoCompleteExtender in the Ajax ASP.NET? I have install ASP.NET AJAX Beta 2 an I don't have this ASP.NET AJAX AutoCompleteExtender:(&lt;/p&gt;
&lt;p&gt;Thank's for answrs&lt;/p&gt;
&lt;p&gt;damian&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1097805</link><pubDate>Sat, 18 Nov 2006 06:38:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1097805</guid><dc:creator>Brad Abrams</dc:creator><description>&lt;p&gt;Damian -- AutoCompleteExtender is in the &amp;quot;futures CTP&amp;quot; &lt;a rel="nofollow" target="_new" href="http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471"&gt;http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1099202</link><pubDate>Sat, 18 Nov 2006 16:07:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1099202</guid><dc:creator>damian</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;My problem is unbound;-)&lt;/p&gt;
&lt;p&gt;Here is idea: &lt;a rel="nofollow" target="_new" href="http://forums.asp.net/thread/1464111.aspx"&gt;http://forums.asp.net/thread/1464111.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Brad Abrams - thank's for You too.&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1108555</link><pubDate>Mon, 20 Nov 2006 15:06:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1108555</guid><dc:creator>cc_maxx</dc:creator><description>&lt;p&gt;where is trouble with it...&lt;/p&gt;
&lt;p&gt;Sys.ArgumentTypeException: Object of type 'Object' cannot be converted to type 'Sys.UI.DomElement'.&lt;/p&gt;
&lt;p&gt;and I see the same problem on this page now, Brad :(&lt;/p&gt;
&lt;p&gt;is that only my problem?&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1108564</link><pubDate>Mon, 20 Nov 2006 15:08:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1108564</guid><dc:creator>cc_maxx</dc:creator><description>&lt;p&gt;oh sorry Brad that`s ok &amp;nbsp;with your page :/&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1125043</link><pubDate>Thu, 23 Nov 2006 03:22:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1125043</guid><dc:creator>Dave Reed</dc:creator><description>&lt;p&gt;Here's a extention of autocomplete that lets you do it w/o a webservice, and lets you access page state so the completion items can vary based on other controls:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/infinitiesloop/archive/2006/11/15/ASP.NET-Ajax-Beta_3A00_-AutoCompleteBehavior-without-a-Web-Service.aspx"&gt;http://weblogs.asp.net/infinitiesloop/archive/2006/11/15/ASP.NET-Ajax-Beta_3A00_-AutoCompleteBehavior-without-a-Web-Service.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1139362</link><pubDate>Fri, 24 Nov 2006 13:22:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1139362</guid><dc:creator>Lee Wilson</dc:creator><description>&lt;p&gt;Nice article - looking forward to more advanced features of auto complete being exploited.&lt;/p&gt;
&lt;p&gt;It might be a good idea to ignore case when using the StartsWith method.&lt;/p&gt;
&lt;p&gt;Also, aswell as System.Collections.Specialized - don't forget to be using System.Collections.Generic.&lt;/p&gt;
&lt;p&gt;Lee&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1276345</link><pubDate>Wed, 13 Dec 2006 19:33:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1276345</guid><dc:creator>BarryD</dc:creator><description>&lt;p&gt;If that works for you does this mean that the current requirement to mark your service [ScriptService] is being abandoned?&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1282489</link><pubDate>Thu, 14 Dec 2006 11:13:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1282489</guid><dc:creator>Shahzad</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;There seems to be a bug in the autocomplete &amp;gt;&amp;gt;extender if you hit enter in the textbox with the &amp;gt;&amp;gt;textbox empty, it comes up with a javascript &amp;gt;&amp;gt;error: _completionListElement.childNodes&amp;gt;&amp;gt;[...].firstChild is &amp;gt;&amp;gt;null or not an object.&lt;/p&gt;
&lt;p&gt;Just put a span in panel u r using to the panel , which is being assigned to &amp;quot;CompletionListElementID&amp;quot; property&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1332057</link><pubDate>Wed, 20 Dec 2006 18:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1332057</guid><dc:creator>vinu</dc:creator><description>&lt;p&gt;i am getting this error :Microsoft JScript runtime error: 'Sys' is undefined&lt;/p&gt;
&lt;p&gt;any idea&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1376222</link><pubDate>Fri, 29 Dec 2006 00:10:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1376222</guid><dc:creator>macnad</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;vinu, try this:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.asp.net/thread/1459629.aspx"&gt;http://forums.asp.net/thread/1459629.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1439166</link><pubDate>Tue, 09 Jan 2007 16:07:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1439166</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;thanx for sharing information .... its relly cool to use autocompleteextender in my project&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1511664</link><pubDate>Tue, 23 Jan 2007 08:29:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1511664</guid><dc:creator>jspjayalath</dc:creator><description>&lt;p&gt;I have implimented above code but.It does not call the web service method&lt;/p&gt;
</description></item><item><title>re: Search autocomplete with ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/brada/archive/2006/10/27/search-autocomplete-with-asp-net-ajax-extensions.aspx#1513546</link><pubDate>Tue, 23 Jan 2007 14:05:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1513546</guid><dc:creator>Joao</dc:creator><description>&lt;p&gt;Is it possible to define the GetCompletionList method NOT as a web service.&lt;/p&gt;
</description></item></channel></rss>