hello,
i just used this code and i notice webmethod is not firing in textbox blur
https://www.aspforums.net/Threads/301101/Bind-Label-based-on-TextBox-value-using-jQuery-AJAX-in-ASPNet/Replies/3#Replies
please check
Hi nauna,
Are you using master page ?
If yes then replace
$('#txtSearch').on('blur', function () {
with
$('[id*=txtSearch]').on('blur', function () {
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.