Javascript implement Webservice
Hi..
Here i need the help of how to implement the javacript using clientScriptManager in webservices(C#) and return value to be assign the one variable,No need alert message
for ex
fun js(a,b)
{
var c=a+b;
return c;
}
i want to return the value using webservice...