Click here to Skip to main content
15,923,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.

i call a code behind method using AjaxPro dll which is having a 2 parameter strNode,comid and value is

System.Web.UI.WebControls.TreeNode , c00 respectively

i.e.
C#
function treeview(strNode,comid)
{
    alert(MIS_frmaccountmapping.Fill_ACC(strNode,comid));
}

code behind method is like this

C#
public void Fill_ACC(TreeNode Node, string comp_id)
 {
 }

so on execution gives me error

Uncaught ReferenceError: MIS_frmaccountmapping is not defined
treeview
Posted
Updated 2-May-12 2:09am
v3
Comments
Sandeep Mewara 2-May-12 8:21am    
Is this your class name:MIS_frmaccountmapping ? Where is this defined, code behind file?
Member 8861818 18-May-12 2:29am    
yes.MIS_frmaccountmapping is my class name .it is defined at code behind file
Sunasara Imdadhusen 29-May-12 8:48am    
You need to ask on AjaxPro team for batter support

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