when i use this in my jquery url it find;
$.ajax({
url: '<%= ResolveClientUrl("~/TestJQueryTabStrip.aspx/DeleteRecord") %>',
type: "POST",
dataType: "json",
contentType: "application/json; charset=utf-8",
data: JSON.stringify({ id: itemId })
});
but when i want to change this to this;
url: '<%= ResolveClientUrl("~/UserControls/Order/OrderProductLicense.aspx/DeleteRecord") %>',
I have function into my this folder. but it doesnt fire.
"~/UserControls/Order/OrderProductLicense.aspx/DeleteRecord"
but when use folder it work.
'<%= ResolveClientUrl("~/TestJQueryTabStrip.aspx/DeleteRecord") %>'
it doesnt find. how can i resolve this problem ?
Best Regards
i find my problem. my problem is my code behind function doesnt static