How to return the two parameters in web method.?
I have tried these things,but the below code is returning only one parameter.
web method
public class GetTMSMargin
{
public String GetTMSMargin(String fd,String td)
{
return fd;
}
}
Can any one please mend this code and make me clear?
Thanks in advance!..
You can send array like this