Thank you so much Roman.  I'm now getting no errors.

You know, trying to figure out what the provided instructions mean in
"SharePoint-ese" is really a challenge.  Take this example of how to
call back from your client-side script:

      function getServerTime() {
        MyDemo._Default.GetServerTime(getServerTime_callback);  //
asynchronous call
      }

That's great...but again, in WebPart-Land, I don't know about
"_Default".  I'm really not sure how to get that value.  It certainly
isn't

      this.Page.ClientID

which was my first guess...

Thanks again, Roman.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to