Dear Mischa, the aspx page that I wrote is this:
<%@ Register TagPrefix="asdf"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm2.aspx.vb" Inherits="OgrenciBilgileri2.WebForm2"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm2</title>
<meta content="Microsoft Visual Studio .NET 7.1"
name="GENERATOR">
<meta content="Visual Basic .NET 7.1"
name="CODE_LANGUAGE">
<meta content="JavaScript"
name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asdf:tabstrip id="TabStrip1" runat="server"
TabDefaultStyle="background:#B4B4F1;" targetID="Multipage1"
SelectedIndex="1">
<asdf:Tab
Text="Ö�renci"></asdf:Tab>
<asdf:Tab Text="Kimlik"></asdf:Tab>
<asdf:Tab Text="Kay�t"></asdf:Tab>
<asdf:Tab Text="Veli"></asdf:Tab>
<asdf:Tab Text="Anne"></asdf:Tab>
<asdf:Tab Text="Baba"></asdf:Tab>
</asdf:tabstrip><asdf:multipage
id="Multipage1" runat="server">
<asdf:PageView>
<asp:Label id="Label1"
runat="server">Label1</asp:Label>
</asdf:PageView>
<asdf:PageView>
<asp:Label id="Label2"
runat="server">Label2</asp:Label>
</asdf:PageView>
<asdf:PageView>
<asp:Label id="Label3"
runat="server">Label3</asp:Label>
</asdf:PageView>
<asdf:PageView>
<asp:Label id="Label4"
runat="server">Label4</asp:Label>
</asdf:PageView>
<asdf:PageView>
<asp:Label id="Label5"
runat="server">Label5</asp:Label>
</asdf:PageView>
<asdf:PageView>
<asp:Label id="Label6"
runat="server">Label6</asp:Label>
</asdf:PageView>
</asdf:multipage></form>
</body>
</HTML>
The XML:NAMESPACE is put after I view the page in the browser.
I know that tabstrip can be used without using htc files. HTC files
are for the client use of the IE Web controls. I want to use the
tabstrip as an ascx control on my page. This is my problem.
--- In [EMAIL PROTECTED], "Mischa Kroon"
<[EMAIL PROTECTED]> wrote:
> What do you think this means:
>
> > <?XML:NAMESPACE PREFIX="TSNS" /><?IMPORT NAMESPACE="TSNS"
> > IMPLEMENTATION="/webctrl_client/1_0/tabstrip.htc" />
>
> that is a reference to the HTC file you need for the tabstrip to
work.
> If you don't want to use HTC files don't use the tabstrip cause it
depends
> on it.
>
>
>
> -----Original Message-----
> From: poroyx [mailto:[EMAIL PROTECTED]
> Sent: maandag 12 juli 2004 13:51
> To: [EMAIL PROTECTED]
> Subject: [AspNetAnyQuestionIsOk] Re: TAbStrip Control
>
> 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 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/