Custom Control Not Display correctly in designer

scdevils2

Member
Joined
Jun 13, 2007
Messages
7
Programming Experience
3-5
I have a custom control that contains a property which is a collection type.
the collection contains a list of controls that are inherited from InputButton

when I add a new control to my collection and set the URL for the control.
the designer does not show the image correctly.

However, when run, the images are shown correctly.

I can also take out the ~ in front of the image path and it will display correctly in the designer, however it will not show correctly when run.



can someone please help me and point me to what I am missing
my code is attached.
 

Attachments

  • ImageServerControl.zip
    143 KB · Views: 32
Back
Top