<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/2647627.aspx</link><pubDate>Fri, 26 Sep 2008 08:34:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2647627</guid><dc:creator>benbawden</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2647627.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2647627</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Did you ever manage to get the onclientitemselected event to fire? I&amp;#39;m trying to use this control, and need to separate a key and a value into 2 different controls.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/2175001.aspx</link><pubDate>Fri, 15 Feb 2008 07:20:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2175001</guid><dc:creator>nidhi.vithlani</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2175001.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2175001</wfw:commentRss><description>&lt;p&gt;Hi InfinitiesLoop,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve used your SmartAutoCompleteExtender, and its fantastic. But according to last update in AutoCompleteExtender, some properties like OnClientItemSelected,&amp;nbsp;etc. have been added and which helps me to carry out some functionality on client-side needed while say selection of an item from the suggestion list.&lt;/p&gt;
&lt;p&gt;This works fine with AutoCompleteExtender provided in AjaxControlToolkit, but somehow when I&amp;#39;m using it with SmartAutoCompleteExtender, it does not get fired. Can you please help me with this?!&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/2157322.aspx</link><pubDate>Wed, 06 Feb 2008 18:20:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2157322</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2157322.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2157322</wfw:commentRss><description>&lt;p&gt;Can you post some code? &lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/2156185.aspx</link><pubDate>Wed, 06 Feb 2008 09:36:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2156185</guid><dc:creator>ibtesam_bloch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2156185.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2156185</wfw:commentRss><description>&lt;p&gt;hi infinties loop,&lt;/p&gt;&lt;p&gt;i had been using ur control since longtime..and i agree its awesome. recently i got a requirement where i had to output the list on the panel. the height being less and the space being small i was compelled to use a scroll on result panel. the problem is the scrolls appear fine in IE but in firefox it doesnt appear atall.adding to it the results are trimmed based on the height of the panel ...please help :(&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1309741.aspx</link><pubDate>Fri, 09 Jun 2006 03:27:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1309741</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1309741.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1309741</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;ethos42:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;Since I have your attention :) I was wondering if you could point me in the right direction on how to modify the apperance of the autocomplete list. At first I think just changing the styles would be ok, but I'd like to digg deeper into the actual format (I'm not very happy with the way the div's are set to the same length of the textbox even though the returned text may be much longer)&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Well, my custom behavior is really just reusing the built in behavior. The beauty was I didn't even have to try to understand how it works or how it builds the autocompletion region. I would have to look into it in more detail to figure how how I could accomplish that. I would imagine it would be possible to expose a AutoCompleteStyle property which would be a standard asp.net style object. The style could render as an attribute on the script node, and so the behavior could assign it to the div it creates. Then you could control what it looks like just like any other asp.net control, including its width.&lt;/p&gt;
&lt;p&gt;I don't know if I'll have time to do that any time real soon, but I'll keep it in mind :) Thanks.&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1309734.aspx</link><pubDate>Fri, 09 Jun 2006 03:18:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1309734</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1309734.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1309734</wfw:commentRss><description>&lt;p&gt;The fix is now available... read the update paragraph at the bottom of the post for details: &lt;a href="http://infinitiesloop.blogspot.com/"&gt;http://infinitiesloop.blogspot.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I also threw in a sample web application that is using the SmartTextBox. It contains a RadioButtonList, and the suggestions vary based on its selected index.&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1309204.aspx</link><pubDate>Thu, 08 Jun 2006 17:14:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1309204</guid><dc:creator>AtlasHelp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1309204.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1309204</wfw:commentRss><description>&lt;p&gt;By calling WebForm_InitCallback() manually again, just before doing the callback, the post data is recreated and the correct values are visible on the server. Perfect.&lt;/p&gt;
&lt;p&gt;I will be putting together a fix for it and posting it on my blog shortly. I will also put in a sample page using the functionality, with a RadioButtonList.&lt;/p&gt;
&lt;p&gt;
&lt;hr align=left /&gt;
&lt;/p&gt;
&lt;p&gt;Please post when the fix is done on your blog.&amp;nbsp; Interested to see how this works.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1309185.aspx</link><pubDate>Thu, 08 Jun 2006 16:58:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1309185</guid><dc:creator>ethos42</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1309185.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1309185</wfw:commentRss><description>&lt;p&gt;Thats great! I appreciate the quick response and can't wait to see the update. I'm hoping to use this in a project that has to filter out 78k records (currently done by using 2 dropdowns and is insanly slow bleh) &lt;/p&gt;
&lt;p&gt;Since I have your attention :) I was wondering if you could point me in the right direction on how to modify the apperance of the autocomplete list. At first I think just changing the styles would be ok, but I'd like to digg deeper into the actual format (I'm not very happy with the way the div's are set to the same length of the textbox even though the returned text may be much longer)&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1308576.aspx</link><pubDate>Thu, 08 Jun 2006 05:32:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1308576</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1308576.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1308576</wfw:commentRss><description>&lt;p&gt;Ah ha... I have a solution!&lt;/p&gt;
&lt;p&gt;What I didn't realize is that asp.net calls a WebForm_InitCallback function at the beginning of the page load (on the client). It creates all the postback data that will be needed if there is to be a callback. However, because it is called at the beginning, it will not represent all the data the user enters into the various form fields afterwards.&lt;/p&gt;
&lt;p&gt;By calling WebForm_InitCallback() manually again, just before doing the callback, the post data is recreated and the correct values are visible on the server. Perfect.&lt;/p&gt;
&lt;p&gt;I will be putting together a fix for it and posting it on my blog shortly. I will also put in a sample page using the functionality, with a RadioButtonList.&lt;/p&gt;
&lt;p&gt;Thanks for the bug report and thanks for trying it out :)&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1308487.aspx</link><pubDate>Thu, 08 Jun 2006 02:23:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1308487</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1308487.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1308487</wfw:commentRss><description>&lt;p&gt;Well, unfortunately callbacks arent a fully glorified postback like I originally thought. Only certain data is posted, and the values of postback controls is not included. That means the data you try to get off of the other controls on the page will represent their state as of the last postback, not as of the callback. So the quick workaround is to just enable AutoPostBack on the radiobutton list. That way the server is always up to date with the selected value when the callback occurs. Same goes for textboxes, dropdowns, etc.&lt;/p&gt;
&lt;p&gt;I didn't realize this limitation when I created the control, and it seemed to work because I had happened to be performing postbacks inbetween. I'm going to have to think about a better solution, perhaps somehow causing a full blown out of band postback instead of the lightweight callback. Hmmm.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1308201.aspx</link><pubDate>Wed, 07 Jun 2006 19:37:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1308201</guid><dc:creator>ethos42</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1308201.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1308201</wfw:commentRss><description>&lt;p&gt;InfinitiesLoop: I downloaded your source code and got the basic exmple to work, but I can't see how I would get it to change the results based on a contol on the page. &lt;/p&gt;
&lt;p&gt;I added a radiobutton list with 2 items with the text/values set to 1 and 2 (to keep it simple) and then in the eventhandler code on the backend I simpy added this to the return value:&lt;/p&gt;
&lt;p&gt;&lt;font size=2&gt;args.CompletionItems = &lt;/font&gt;&lt;font color=#0000ff size=2&gt;new&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;string&lt;/font&gt;&lt;font size=2&gt;[] { prefix + &lt;/font&gt;&lt;font color=#0000ff size=2&gt;this&lt;/font&gt;&lt;font size=2&gt;.RadioButtonList1.SelectedValue + &lt;/font&gt;&lt;font color=#800000 size=2&gt;"A"&lt;/font&gt;&lt;font size=2&gt;, prefix + &lt;/font&gt;&lt;font color=#0000ff size=2&gt;this&lt;/font&gt;&lt;font size=2&gt;.RadioButtonList1.SelectedValue + &lt;/font&gt;&lt;font color=#800000 size=2&gt;"B"&lt;/font&gt;&lt;font size=2&gt;, prefix + &lt;/font&gt;&lt;font color=#0000ff size=2&gt;this&lt;/font&gt;&lt;font size=2&gt;.RadioButtonList1.SelectedValue + &lt;/font&gt;&lt;font color=#800000 size=2&gt;"C"&lt;/font&gt;&lt;font size=2&gt; }; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font size=3&gt;&amp;nbsp;Unfortunatly, it does not show any change in the output. I don't think it is reading the new state of the radiobuttonlist. Any suggestions?&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1299883.aspx</link><pubDate>Tue, 30 May 2006 07:03:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1299883</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1299883.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1299883</wfw:commentRss><description>&lt;p&gt;Oops, right, I should mention that the project type is this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://webproject.scottgu.com/"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1299870.aspx</link><pubDate>Tue, 30 May 2006 06:45:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1299870</guid><dc:creator>webswapp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1299870.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1299870</wfw:commentRss><description>&lt;p&gt;Hi Dave,&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Thanks for sharing this code.&amp;nbsp; I downloaded it and looked through the code (though for some reason the I could not open the solution file using VS2005; I get an error that "This Project type is not supported by this installation").&amp;nbsp; But I can examine&amp;nbsp;all of the code files.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;</description></item><item><title>Re: Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1299729.aspx</link><pubDate>Tue, 30 May 2006 00:39:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1299729</guid><dc:creator>InfinitiesLoop</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1299729.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1299729</wfw:commentRss><description>&lt;p&gt;Very cool control :)&lt;/p&gt;
&lt;p&gt;But... Perhaps your page has a complex set of rules that should dictate how the auto complete behavior should function. The ability to pass parameters helps, but I think the real problem stems from the fact that the webservice is so isolated from the page containing the textbox. You wouldn't need to pass parameters if you could handle providing the auto complete items as an &lt;em&gt;event &lt;/em&gt;on the page.&lt;/p&gt;
&lt;p&gt;So I have created a &lt;font color=#0000ff&gt;SmartAutoCompleteExtender&lt;/font&gt; that uses a &lt;em&gt;&lt;strong&gt;Callback&lt;/strong&gt;&lt;/em&gt; rather than &lt;em&gt;&lt;strong&gt;Webservice&lt;/strong&gt;&lt;/em&gt; to get the completion items. This allows you to hook into an event on the extender control -&amp;nbsp;on the same page&amp;nbsp;-&amp;nbsp;to provide the completion items. That way you can incorporate any type of complex logic you can dream up of, because you have complete access to all the other controls on the page like you normally would on a postback. No need to pass any verbose parameters!&lt;/p&gt;
&lt;p&gt;All the details on it and source code at on my blog. Permalink: &lt;a href="http://infinitiesloop.blogspot.com/2006/05/atlas-smart-auto-completion.html"&gt;http://infinitiesloop.blogspot.com/2006/05/atlas-smart-auto-completion.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cascading AutoComplete customized behavior built from the existing AutoCompleteBehavior</title><link>http://forums.asp.net/thread/1298984.aspx</link><pubDate>Mon, 29 May 2006 02:17:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1298984</guid><dc:creator>webswapp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1298984.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1298984</wfw:commentRss><description>&lt;p&gt;&lt;font face=Verdana size=2&gt;There were some posts asking for modifying the AutoComplete behavior to accept parameters.&amp;nbsp; I developed a customized class (by modifying the existing AutoCompleteBehavior class) to allow for parameters passing from one TextBox (that has AutoComplete behavior) to another.&amp;nbsp; This can be useful in replacing Cascading DropDown lists where the user prefers to type in and tab off instead of selecting from a dropdown list.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana&gt;&lt;font size=2&gt;I named this class &lt;font color=#0000ff&gt;Sys.UI.CascadingAutoCompleteBehavior&lt;/font&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;You can view the demo and the source code in this link:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.webswapp.com/codesamples/aspnet20/atlas/cascading_autocomplete.aspx"&gt;http://www.webswapp.com/codesamples/aspnet20/atlas/cascading_autocomplete.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>