|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Templated control not rendering Web User ControlsI have a templated control, it works fine at runtime, but at designtime I
can't see the web user controls used in the template. I have this template in my control: --- <Wizard>test <uc1:TelephoneNumber ID="TelephoneNumber1" runat="server" /> </Wizard> --- But in the design view only the "test" text appears, at runtime the web user control is rendered fine. How do I get the designtime to render the web user control? Kind Regards, Allan Ebdrup
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNet-AddDesignTimeSupport.asp
Show quote Hide quote "Allan Ebdrup" wrote:
> I have a templated control, it works fine at runtime, but at designtime I > can't see the web user controls used in the template. I have this template > in my control: > --- > <Wizard>test > <uc1:TelephoneNumber ID="TelephoneNumber1" runat="server" /> > </Wizard> > --- > But in the design view only the "test" text appears, at runtime the web user > control is rendered fine. > How do I get the designtime to render the web user control? > > Kind Regards, > Allan Ebdrup > > > Hi Allan,
I've performed some tests according to the custom template control you mentioned. Yes, I did reproduce the problem behavior you encountered. I think it is possibly caused by some additional required implementation we didn't add, I'm currently doing some further research on this and will update you as soon as I get any new update. In the mean time, if there is any new finding on your side, also welcome to post here. Regards, Steven Cheng Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. "Steven Cheng[MSFT]" <stch***@online.microsoft.com> wrote in message I'm looking forward to hearing what you find. I've noticed that if you news:2p10neiUGHA.3608@TK2MSFTNGXA01.phx.gbl... > Hi Allan, > > I've performed some tests according to the custom template control you > mentioned. Yes, I did reproduce the problem behavior you encountered. I > think it is possibly caused by some additional required implementation we > didn't add, I'm currently doing some further research on this and will > update you as soon as I get any new update. In the mean time, if there is > any new finding on your side, also welcome to post here. enable template editing the web user control is displayed correctly when editing the template. Also if the control is a CompositeControl child web user controls are rendered correctly in design time. Kind Regards, Allan Ebdrup Hi Allan,
Sorry for keep you waiting. After some further research, I found that for normal view in design-time, it is the fixed behavior that usercontrol' won't display. This is the same for those template in FormView and GridView.... And only in EditMode or those editable template will those usercontrol be displayed as runtime style. I'm afraid currently it is limited. However, you can submit this as a request to the MSDN product feedback center so that the dev teams can get feedback on this: http://lab.msdn.microsoft.com/productfeedback/default.aspx Regards, Steven Cheng Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.)
Trouble with validator control ? Script not found
Is there a free .GIF software? Trouble with validator control ? script not found Display data in asp:Calendar servercontrols (webcontrols, htmlcontrols) or html elements? Gridview and colspan Scroll position in panel control Adding AutoPostBack to a webcontrol Changing RadioButton's NAme and ID properties using vb.net Hidden column in datagrid |
|||||||||||||||||||||||