Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to find the AssociateRecords method from Lookup controller folder these are in the root directory but i'm searching from Another controller which is present in the Areas controller.
Problem is if i give below url it is searching from the areas.


$.ajax({
url:"/LookUp/AssociateRecords",
dataType: "text",
type: 'POST',
data: args,
cache: false,
async: false,
success: function (data) {

},
error: function (d) {
alert('Error');
}
});
Posted
Updated 11-Aug-15 22:06pm
v2
Comments
xszaboj 12-Aug-15 10:50am    
can you provide full paths? 1.path you call from and 2. for controller you want to call?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900