by Xianzhong Zhu
Feedback
|
Average Rating:  
Views (Total / Last 10 Days):
68250/
98
|
|
|
Downloads |
|
|
|
|
User Comments
Title:
Sr. Web Developer
Name:
Nelson Xu
Date:
2008-09-04 11:20:30 AM
Comment:
Hi Xianzhong, I reall enjoy your article and code sample. The reason that "Undefined" appears is because you have () for OnSuccess when you call Web service.
SumServiceSpace.SumService.GetSum( eval(form1.TextBoxA.value), eval(form1.TextBoxB.value), OnSuccess());
Message will go away if you remove () after OnSuccess.
|
|
|
|