2
Answers

Javascript implement Webservice

vicky k

vicky k

12y
1.5k
1
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...
Answers (2)