The custom-control tag has no wiki summary.
0
votes
1answer
98 views
Custom control work in “pages” but “Unknown server tag” in “web part pages”
I am new to SharePoint even ASP.NET.
I wrote a custom calendar control which inherits the asp:calendar and overrides some function, and it work in blank pages.
But today while I am trying to use the ...
0
votes
1answer
149 views
How to change UI of EntityEditorWithPicker?
I have created a custom EntityEditorWithPicker control. And now I need add TreeView control at the left hand of the PickerDialog, when it is shown. But I can't found how to get an instance of ...
1
vote
0answers
68 views
How to create custom property which will not be lost after post back of custom control?
I have a custom control that inherits from PeopleEditor in my WebPart. In the custom control I have a custom property:
public string MyProperty
{
get
{
...