You lost me. I dont know how to add them as child controls. Can you give me an example?
--- In [email protected], Jonathan Minond <[EMAIL PROTECTED]> wrote: > If they are conditianlly added framesets, in code behind, why dont you > just add them as child controls when you need them, and leave them out > of the HTML all together? > > On 5/21/05, scaevola637 <[EMAIL PROTECTED]> wrote: > > I tried to create a conditional nested frameset in the code behind using > > html writer but could not get it to work. is the any reason why this > > wont work? > > > > <frameset> > > <frame 1 > > > <%=conditonalnestedframeset %> > > <%=condtionalnestedframe %> > > <noframes> > > your browser does not support them > > </nofrmames> > > </framset> > > > > only one of the two conditional variables is created in the codebehind. > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
