How do I develop MOSS 2007 WebParts with a visual designer? So far, I've only figured out how to put together these parts from the code behind... which has been a pain. Am I just overlooking some obvious option? I'm pretty new to both SharePoint and ASP.NET.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you dont want to use the smartpart, you can just create an empty webpart and in the createchildcontrols add the usercontrol. This blog post explains it, although they should mention that you should put your controls in the _controltemplates directory instead of the _layouts folder. http://www.a2zdotnet.com/View.aspx?id=95 |
|||
|
|
|
Take a look at SmartPart for SharePoint. It is an amazing web part that will help you do exactly what you need. |
|||
|