- Get link
- Other Apps
Code for AJAX AUTOCOMPLETED ----------------.aspx-------------- <asp:TextBox ID="txt_Narration" runat="server" Width="200px" OnTextChanged="txt_Narration_TextChanged" AutoPostBack="true"> </asp:TextBox> <div id="div_NARRATION"> </div> <cc1:AutoCompleteExtender runat="server" ID="AutoComplete_NARRATION" BehaviorID="autoCompleteNARRATION" TargetControlID="txt_Narration" ServicePath="~/webservices/CommonWebService.asmx" ServiceMethod="Get_Narration" MinimumPrefixLength="1" CompletionInterval="10" EnableCaching="true" CompletionSetCount="12" CompletionListCssClass="AutoExtender" CompletionListItemCssClass="AutoExtenderList" CompletionListHighlightedItemCssClass="AutoExtenderHighlight" CompletionListElementID="div_NARRATION"> </cc1:AutoCompleteExtende