using system.web.script.services;
using system.collections;
[webmethod]
public static hashtable gethash(string key,string value)
{
hashtable hs = new hashtable();
hs.add(www, yahooooooo);
hs.add(key, value);
return hs;
}
using system.web.script.services;
using system.collections;
[webmethod]
public static hashtable gethash(string key,string value)
{
hashtable hs = new hashtable();
hs.add(www, yahooooooo);
hs.add(key, value);
return hs;
}