Tagged Questions
2
votes
1answer
435 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 ...
1
vote
2answers
996 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
4k 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 ...