Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

auto complete extender and autopostback for same textbox

$
0
0

I have to add a text box with lookup values and whenever user selects a value need to change a label text based on the selected value. The lookup list popuulates correctly but user wont be able to scroll down since I have autopostback event..

Anyway to resolve this issue is much appreciated.  Autocompleteextender causes postback when scrolling

<asp:TextBox ID="txtother" CssClass="gridText" Width="200px" OnTextChanged="txtotherother_TextChanged"
                                                            AutoPostBack="true" runat="server" /><asp:AutoCompleteExtender ServiceMethod="SearchOTHER" MinimumPrefixLength="1" CompletionInterval="100"
                                                            EnableCaching="false" CompletionSetCount="5" TargetControlID="txtother"  CompletionListCssClass="autocomplete_completionListElement" CompletionListItemCssClass="autocomplete_listItem"   CompletionListHighlightedItemCssClass="autocomplete_highlightedListItem" ID="AutoCompleteExtender10"
                                                            runat="server" FirstRowSelected="false"></asp:AutoCompleteExtender>


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>