Hi All,
how to get the value of a method from business layer to the javascript function.
eg. document.write(<%=Link.ToSubCategory("1","1")%>);
Here link is the class and toSubCategory is a static method. This method doesnt write anything, however, this is get the value when i write the code in code behind file. eg.
Response.Write(Link.ToSubCategory("1","1"))
Kind regards
Nerd