autosearch compleate: disable search button on dd itm selection
This commit is contained in:
parent
dd5eda604c
commit
c442403882
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
$("#<%= tbPackageId.ClientID %>").val(item.code.PackageID);
|
$("#<%= tbPackageId.ClientID %>").val(item.code.PackageID);
|
||||||
$("#<%= tbAccountId.ClientID %>").val(item.code.AccountID);
|
$("#<%= tbAccountId.ClientID %>").val(item.code.AccountID);
|
||||||
$("#<%= ImageButton1.ClientID %>").trigger("click");
|
$("#<%= ImageButton1.ClientID %>").trigger("click");
|
||||||
|
$("#<%= ImageButton1.ClientID %>").attr('disabled','disabled');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});//]]>
|
});//]]>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue