Hello Sir,
I am using jquery autocomplate but not working when i use master page and without using master page my code is working.
wich code is i am using that page link is below.
page link is : http://www.aspsnippets.com/Articles/Implement-jQuery-AutoComplete-TextBox-from-database-using-AJAX-PageMethods-in-ASPNet.aspx
kindly help me..
Thanks.
jsa says: data: "{'username':'" + document.getElementById('txtSearch').value + "'}",
data: "{'username':'" + document.getElementById('txtSearch').value + "'}",
Replace the above line with the below.
data: "{'username':'" + document.getElementById('<%=txtSearch.ClientID %>').value + "'}",
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.