Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
tableContents += "
<button style='width:60;height:18;' id='"+retrivemultiple[i].id+"' onclick='deleteAccount(this)'>Delete</button>
";

C#
function deleteAccount(ed)
{

      debugger;
       var dgid=ed.id;
       XrmServiceToolkit.Soap.Delete("lsu_course",dgid);

}

in this delete funtion not working pls help me
Posted
Updated 21-Jan-15 20:28pm
v2
Comments
Nilendra Nath 22-Jan-15 2:34am    
Whether you are not able to call the function or function is not performing the required functionality?

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