S
Shimon Sim
I have control that has following class definition
[ToolboxData("<{0}:StockViewer runat=\"server\"></{0}:StockViewer>")]
public class StockViewer : DataBoundControl
{
}
this control doesn't show up in Toolbox when ASP page is open in design
view. But if you switch to component designer view it does appear.
The same behavior I have with Custom Web Parts.
Can I do anything about it?
Thank you.
[ToolboxData("<{0}:StockViewer runat=\"server\"></{0}:StockViewer>")]
public class StockViewer : DataBoundControl
{
}
this control doesn't show up in Toolbox when ASP page is open in design
view. But if you switch to component designer view it does appear.
The same behavior I have with Custom Web Parts.
Can I do anything about it?
Thank you.