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

Auto Complete Extender ContextKey assignment without $find method

$
0
0

I have a Ajax Auto Complete Extender which works perfectly to get the data as user types, but now I wants to go one step further and filter the resultset. so I am trying to pass the contextkey in javascript, but my $find method doesn't work for some reason. I try to use this generic code that we used all time, but for some reason, it doesn't return anything when I do $find.

 if($find('<%=CompleteExtenderXYZ.ClientID%>')){$find('<%=CompleteExtenderXYZ.ClientID%>').set_contextKey($get("<%=txtPQR.ClientID %>").value);
        }

Any idea what is alternative way to set the Contextkey?? using any other syntax??


Viewing all articles
Browse latest Browse all 5678

Trending Articles



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