R
Richard Steele
I am using Asp.net 2.0 c# and vs2005
I have created a UserControl for the Wizard WebControl. I have another
UserControl(combobox) that auto suggests value based upon the user typing
this control works on any other test webform. When i come to add it to the
wizard control
I get UserControl Exception error (in the designer) and when I run the page
the control is not visible even though i can view the page source and it the
data etc is there (the wizard is visible) I think this control is not
rendering correctly, but i dont know how to fix this.
I have also tried to load the control at runtime using a dynamic place holder.
Anyone have any suggestions
Thanks
Richard
I have created a UserControl for the Wizard WebControl. I have another
UserControl(combobox) that auto suggests value based upon the user typing
this control works on any other test webform. When i come to add it to the
wizard control
I get UserControl Exception error (in the designer) and when I run the page
the control is not visible even though i can view the page source and it the
data etc is there (the wizard is visible) I think this control is not
rendering correctly, but i dont know how to fix this.
I have also tried to load the control at runtime using a dynamic place holder.
Anyone have any suggestions
Thanks
Richard