vicky k

vicky k

  • NA
  • 4
  • 3.1k

Javascript implement Webservice

Mar 29 2012 5:17 AM
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)