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") %>',
it doesnt find. how can i resolve this problem ?
Best Regards
I do like this ..
Then refer in jQuery like javascript variable