|
| Category in editor zone for webpart |
 |
Thu, 10 Aug 2006 14:10:48 +000 |
My Visual Studio 2005 cant accept Category when I debug. Whats wrong? Everything
else works and the textbox I added shows under Miscellaneous when I delete the
row with Category.
private string _MyWebpart;
[
WebBrowsable(true),
Category("Appearance"),
Personalizable(PersonalizationScope.Shared),
WebDisplayName("Textbox"),
]
|
| Post Reply
|
| Re: Category in editor zone for webpart |
 |
Fri, 11 Aug 2006 13:42:17 +000 |
Found it...
SPWebCategoryName("My settings"),
|
| Post Reply
|
|
|
|
|
|
|
|
|
|