S
Seduto
Hi all,
I have build a custom webcontrol. It works fine.
The control has other controls inside.
[ToolboxData("<{0}:Navigation runat=server></{0}:Navigation>")]
[ParseChildren(false)]
public class Navigation: BaseControl, INamingContainer
{
As long as I edit directly the page aspx everything work. When I modified
any proprty of the control from the property edit Visual Studio delete
everything inside the control.
Any idea how to fix this problem?
Thank you.
I have build a custom webcontrol. It works fine.
The control has other controls inside.
[ToolboxData("<{0}:Navigation runat=server></{0}:Navigation>")]
[ParseChildren(false)]
public class Navigation: BaseControl, INamingContainer
{
As long as I edit directly the page aspx everything work. When I modified
any proprty of the control from the property edit Visual Studio delete
everything inside the control.
Any idea how to fix this problem?
Thank you.