The custom-web-part-property tag has no wiki summary.
2
votes
1answer
368 views
Easy way to add a custom web part property to a web part?
I'm creating a web part using Visual Studio 2008 for SharePoint 2007. If I'm creating the web part from scratch, I typically don't have any properties defined yet in my code.
I've found that it is ...
2
votes
2answers
567 views
sharepoint webpart property disappear after a day (C#)
I developed a custom webpart with a webpart property with some textboxes and it works partially.
If I deploy the project, the written text in the property is away. This is ok.
But my MAIN Problem ...
1
vote
2answers
805 views
Custom properties in XSL
Is it possible to pull the value of a property, from a web part into XSL?
I need to build something similar to the standard Summary Link Web Part, but would like to extend the default control with ...
0
votes
1answer
3k views
A Web Part or Web Form Control on this Page cannot be displayed or imported
I'm working on Create a Custom Web Part i'm able to do a build and run the new project in debug mode. However, after trying to add the new web part to the site, I get the following error.
"A Web Part ...
0
votes
0answers
75 views
how to validate custom web part property? [duplicate]
Possible Duplicate:
How to validate Web Part property value?
below is a custom prop and a code that i am using for my custom web part, my question is, how to validate a custom web part and ...