Dear Mischa I want to use the control as a Server Control so I am not willing to use htc files.
I referenced the dll and registered the tag prefix but when I run the page it is rendered as html tags using XML namespaces. My problem is creating the tabstrip as a server control. --- In [EMAIL PROTECTED], "Mischa Kroon" <[EMAIL PROTECTED]> wrote: > Read the docs. > > And install the htc files. > > > > -----Original Message----- > From: poroyx [mailto:[EMAIL PROTECTED] > Sent: maandag 12 juli 2004 13:16 > To: [EMAIL PROTECTED] > Subject: [AspNetAnyQuestionIsOk] TAbStrip Control > > Hi, > I want to add a TabStrip to my page but the control doesn't > rendered correctly. I want to use the control as a server control > When I Look at the source of the page I see: > > <?XML:NAMESPACE PREFIX="TSNS" /><?IMPORT NAMESPACE="TSNS" > IMPLEMENTATION="/webctrl_client/1_0/tabstrip.htc" /> > <TSNS:TabStrip id="TabStrip1" selectedIndex="1" targetID="Multipage1" > tabDefaultStyle="background:#B4B4F1;" > onSelectedIndexChange="JScript:document.Form1.__TabStrip1_State__.valu > e=event.index" onwcready="JScript:try > {document.Form1.__TabStrip1_State__.value=selectedIndex}catch(e){}" > style="Z-INDEX: 101; LEFT: 136px; POSITION: absolute; TOP: 104px"> > > <TSNS:Tab>��renci</TSNS:Tab> > <TSNS:Tab>Kimlik</TSNS:Tab> > <TSNS:Tab>Kay�t</TSNS:Tab> > <TSNS:Tab>Veli</TSNS:Tab> > <TSNS:Tab>Anne</TSNS:Tab> > <TSNS:Tab>Baba</TSNS:Tab> > </TSNS:TabStrip> > <?XML:NAMESPACE PREFIX="MPNS" /><?IMPORT NAMESPACE="MPNS" > IMPLEMENTATION="/webctrl_client/1_0/multipage.htc" /> > <MPNS:MultiPage id="Multipage1" selectedIndex="1" > onSelectedIndexChange="JScript:document.Form1.__Multipage1_State__.val > ue=event.selectedIndex" style="width:208px;Z-INDEX: 102; LEFT: 136px; > POSITION: absolute; TOP: 136px"> > <MPNS:PageView> <span > id="Label1">Label1</span> > </MPNS:PageView> > <MPNS:PageView> > <span > id="Label2">Label2</span> > </MPNS:PageView> > <MPNS:PageView> > <span > id="Label3">Label3</span> > </MPNS:PageView> > <MPNS:PageView> > <span > id="Label4">Label4</span> > </MPNS:PageView> > <MPNS:PageView> > <span > id="Label5">Label5</span> > </MPNS:PageView> > <MPNS:PageView> <span > id="Label6">Label6</span> > </MPNS:PageView> > </MPNS:MultiPage> > > > So what must I do to use the control as a server control? > > > > > > Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> 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/
