namespace Total.Utilities
{
public static class ApiAre
{
public static string Compute(string item, long time, byte[] extra)
------
return Vvalue.ToString();
}
From this i want to get return value in Page_Load..how i do?...
(i am begineer C# programmer.)
Go to the complete details ...