vote up 1 vote down star
2

Hello

I need to extend XML Web-part to allow some custom properties. What is the easiest way as the existing XML Web-Part class is sealed?

The extended custom properties will be used to derive attributes of the XML Web-part like XML Url, XSL Url etc.

-Gandalf

flag

1 Answer

vote up 1 vote down

Since it’s a simple webpart, I think the easiest way would be to write it yourself. You can always take a peak on Microsoft’s code using Reflector

link|flag
Ya, in fact I have taken the same approach, but I though thr might be better approach. In this case my requirement is pretty straight, but what in case of the requirement is such that developing it from scratch is not possible, or is it a standard (to re-invent the wheel) when it comes to SharePoint development? – Gandalf May 30 at 9:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.