Hey Curly:
And I'm confused about what is confusing. I'm trying to create a DotNetNuke AJAX Skin Object. For a non-AJAX Skin Object I inherit from SkinObjectBase.
But how do I create an ASP.NET AJAX-based Skin Object? What class do I inherit from? I hope someone can help me, since Monday is creeping closer...
Is this clear? It's pretty much a copy of above, but I don't know of a better way to word this. Perhaps some code...
Normally to create a skinobject one creates a class that starts as follows:
Public Class MySkinObject : Inherits SkinObjectBase
...
End Class
If I want to create an AJAX Skin Object, the above doesn't handle AJAX at all. Would I have to create my own Class to handle the AJAX and then inherit from this? I had thought that DNN 4.7 was ASP.NET AJAX supported, which is why I assume that there is also a way to inherit an AJAXable DNN Skin Object...
Thanks for your help and any insight...