Hi,
Can any one help me to fix the following problem?
I have followed the
url for retrieving data from a page method.
i am getting the result to success. but the problem is,
if i use alert(result.d); am getting undefined error.
if i use just alert(result); then i am getting "{"d":"Hello srinivas. Server time is: 09/08/2011 12:39:33 AM"}" this.
can i get the value for 'result.d" please can any one help me to fix this.
please