VS.NET not creating the Site for SubControls

G

Guest

I'm experiencing the same problem as was discussed in a
thread with this subject "VS.NET not creating the Site for
SubControls"

I have a control with a collection property, each item of
the collection requires a url editor (I use
System.Web.UI.Design.UrlEditor)

Example HTML
<cc2:menu1 id="Menu11" runat="server">
<cc2:menuItem HeaderText="test1"
url="/test/grey.gif"></cc2:menuItem>
<cc2:menuItem url="/asdada/asdad.gif"
HeaderText="test2"></cc2:menuItem>
</cc2:menu1>

The designer shows the "..." but when I inherit my sub
property from component this doesn't work (no pop-up)
when I inherit from control I can use the urleditor when I
add a new item, but it doesn't work when editing.

I'm pretty sure I'm having the same problem as the earlier
posting, if there is a known resolution to this please let
me know

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top