CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.internet_explorer_web_controls Tags:
Item Type: NewsGroup Date Entered: 2/5/2004 9:16:36 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 10 Views: 35 Favorited: 0 Favorite
11 Items, 1 Pages 1 |< << Go >> >|
peggun
Asp.Net User
HELP NEEDED... TabStrip and Multipage...2/5/2004 9:16:36 AM

0

I'm getting a a javascript error when I click on the tabs saying that "the tabstrip _state is undefined, but it does switch the tabs correctly. I really can't figure out whats wrong. hope can get some solution from you all :)
Bill2Clone
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/5/2004 1:45:52 PM

0

with a code snippet...
(I mean the whole page)
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
peggun
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/6/2004 1:23:36 AM

0

I'm not sure what u means, can explain please? thanks
Bill2Clone
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/6/2004 7:54:58 AM

0

Can you post the page code?
I test it so that I can tell you if there's a problem on your machine.
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
peggun
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/6/2004 10:03:18 AM

0

The error msg was tabStrip_is_undefined and multipage_is_undefined


<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE height="200" width="100%">
<tr>
<td><div style="OVERFLOW:auto; WIDTH:88.27%; HEIGHT:280px">
<asp:datagrid id="MaritalGrid" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
AllowSorting="True" CellPadding="3" BorderWidth="1px" CellSpacing="2" BorderStyle="None" BorderColor="#DEBA84"
AllowPaging="True" PageSize="15" BackColor="#DEBA84" Height="676px" Width="496px" AutoGenerateColumns="False"
OnItemDataBound="MaritalGrid_ItemDataBoundDoubleClick">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#738A9C"></SelectedItemStyle>
<ItemStyle ForeColor="#8C4510" BackColor="#FFF7E7"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#A55129"></HeaderStyle>
<FooterStyle ForeColor="#8C4510" BackColor="#F7DFB5"></FooterStyle>
<Columns>
<asp:HyperLinkColumn Target="_blank" DataNavigateUrlField="MaritalStatus" DataNavigateUrlFormatString="Maritalupdate.aspx?id={0}"
DataTextField="MaritalStatus" SortExpression="Gender" HeaderText="Marital Status"></asp:HyperLinkColumn>
<asp:TemplateColumn>
<ItemTemplate>
<asp:LinkButton id="cmdDel" runat="server" CommandName="Delete" Text="Delete" CausesValidation="false"></asp:LinkButton>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="Test">
<ItemTemplate>
<asp:dropdownlist runat="server" DataTextField="MaritalStatus" DataValueField="MaritalStatus" DataSource="<%#GetData()%>" SelectedIndex='<%#GetselIndex(Databinder.eval(Container,"DataItem.MaritalStatus"))%>' ID="Dropdownlist1">
</asp:dropdownlist>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.MaritalStatus") %>' ID="Textbox1">
</asp:TextBox>
</EditItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="Test2">
<ItemTemplate>
<div onClick='javascript:window.navigate("maritalUpdate.aspx?id=<%# Container.DataItem("MaritalStatus") %>")'><%# Container.DataItem("MaritalStatus") %></div>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="Test3">
<ItemTemplate>
<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.MaritalStatus") %>'>
</asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox runat="server" id ="TestColumn" Text='<%# DataBinder.Eval(Container, "DataItem.MaritalStatus") %>'>
</asp:TextBox>
</EditItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="#8C4510" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
</div>
<P>
<asp:label id="lbltest" runat="server"></asp:label></P>
<P>
<asp:hyperlink id="hylinsert" runat="server" NavigateUrl="maritalinsert.aspx" Target="_blank" Font-Size="15pt">Insert</asp:hyperlink></P>
</td>
</tr>
</TABLE>
</form>
<iewc:TreeView id="TreeView1" runat="server">
<iewc:TreeNode Text="Node1">
<iewc:TreeNode Text="Node2">
<iewc:TreeNode Text="Node4">
<iewc:TreeNode Text="Node7"></iewc:TreeNode>
</iewc:TreeNode>
<iewc:TreeNode Text="Node8"></iewc:TreeNode>
</iewc:TreeNode>
<iewc:TreeNode Text="Node5">
<iewc:TreeNode Text="Node6"></iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeView>
<asp:Panel id="Panel1" style="Z-INDEX: 102; LEFT: -32000px; POSITION: absolute; TOP: -32000px"
runat="server" Width="176px" Height="56px">Panel</asp:Panel>
<iewc:TabStrip TargetID="MultiPage1" id="TabStrip2" runat="server" TabSelectedStyle="background-color:#ffffff;color:#000000"
TabHoverStyle="background-color:#777777" TabDefaultStyle="background-color:#000000;font-family:verdana;font-weight:bold;font-size:8pt;color:#ffffff;width:79;height:21;text-align:center">
<iewc:Tab Text="Tab 1"></iewc:Tab>
<iewc:Tab Text="Tab 2"></iewc:Tab>
<iewc:Tab Text="Tab 3"></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:TabSeparator></iewc:TabSeparator>
</iewc:TabStrip>
<iewc:MultiPage id="MultiPage1" runat="server">
<iewc:pageview>1</iewc:pageview>
<iewc:pageview>2</iewc:pageview>
<iewc:pageview>3</iewc:pageview>
</iewc:MultiPage>
</body>
Bill2Clone
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/6/2004 12:52:35 PM

0

I have no MaritalGrid_ItemDataBoundDoubleClick sub (script or codebehind?), so I cannot really test your file.
But the treeview seems fine in Design mode.
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
peggun
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/10/2004 1:51:50 AM

0

Private Sub MaritalGrid_ItemDataBound(ByVal sender As Object, ByVal e As DataGridItemEventArgs) Handles MaritalGrid.ItemDataBound
Dim l As LinkButton
If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType.AlternatingItem Then
l = CType(e.Item.Cells(0).FindControl("cmdDel"), LinkButton)
l.Attributes.Add("onclick", "return getconfirm();")
End If
End Sub

Public Sub MaritalGrid_ItemDataBoundDoubleClick(ByVal sender As Object, ByVal e As DataGridItemEventArgs) 'Handles MaritalGrid.ItemDataBound
Dim tblStoreName As TableRow
Dim strArguments As String
strArguments = "OK"
Select Case e.Item.ItemType

Case ListItemType.Item
'tblStoreName = e.Item.FindControl("Test2").Parent.Parent
tblStoreName = CType(e.Item.FindControl("cmdDel").Parent.Parent, TableRow)
tblStoreName.Attributes.Add("OnDblClick", "showUpdate();")

Case ListItemType.AlternatingItem
'tblStoreName = e.Item.FindControl((MaritalGrid.SelectedItem.Cells(3)).Text).Parent.Parent
tblStoreName = CType(e.Item.FindControl("cmdDel").Parent.Parent, TableRow)
tblStoreName.Attributes.Add("OnDblClick", "showUpdate();")
End Select
End Sub
Bill2Clone
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/11/2004 4:30:06 PM

0

I'll give it a try
but pliz be patient
my boss is always on my back for the moment
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
mofalade
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/11/2004 5:24:46 PM

0

Now I am getting real fustrated....

Still doesn't work..
I don't know what I'm missing here
peggun
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...2/20/2004 2:39:37 AM

0

had anyone solved the error ?
ESBertrand
Asp.Net User
Re: HELP NEEDED... TabStrip and Multipage...4/26/2004 7:47:15 PM

0

I was getting this as well and was able to fix it by wrapping a FORM tag around the TabStrip and MultiPage controls. The FORM tag must include the "runat=server" tag property.

These '__[controlname]_State__" controls are ViewState-related, so in order for .NET to create these controls and reference them on PostBack, they must be included inside the form tag. My code that works (no errors when switching between tabs) is below.

One note: an ASPX must not have more than one form tag with a "runat=server" specified, for obvious reasons. You can have other form tags nested (say, within the MultiPage controls); but they cannot have "runat=server" specified. They shouldn't really need them anyway, at least in most cases. Note also that the HTML view in VS.NET will complain that you have nested form tags, but the app should work anyway.

Hope this helps.

Erik



<HTML>
<HEAD>
<title>My Company Web Site</title>
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="/style.css" type=text/css rel=stylesheet >
</HEAD>
<body leftMargin=0 topMargin=0 rightMargin=0>
<form id="f1" method="post" runat="server">
<P><br><ie:tabstrip id=tsGroupAdmin style="FONT-WEIGHT: bold" TabDefaultStyle="border:solid 1px black;background:#dddddd;padding-left:5px;padding-right:5px;" TabHoverStyle="color:red" TabSelectedStyle="border:solid 1px black;border-bottom:none;background:white;padding-left:5px;padding-right:5px;" SepDefaultStyle="border-bottom:solid 1px #000000;" TargetID="mpGroupAdmin" runat="server" EnableViewState="true" AutoPostBack="true">
<ie:Tab Text="My Plan Information"></ie:Tab>
<ie:TabSeparator></ie:TabSeparator>
<ie:Tab Text="Sublocations"></ie:Tab>
<ie:TabSeparator></ie:TabSeparator>
<ie:Tab Text="Forms/Reports"></ie:Tab>
<ie:TabSeparator></ie:TabSeparator>
<ie:Tab Text="Manage Enrollment"></ie:Tab>
<ie:TabSeparator DefaultStyle="width:100%;"></ie:TabSeparator>
</ie:TabStrip><ie:multipage id=mpGroupAdmin style="BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: medium none; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 1px solid" runat="server" Height="100%" Width="100%" EnableViewState="true">
<ie:PageView>
<asp:Xml id=xmlMyPlanInfo runat="server"></asp:Xml></ie:PageView>
<ie:PageView>
<asp:Xml id=xmlSublocations runat="server"></asp:Xml></ie:PageView>
<ie:PageView>
<asp:Xml id=xmlFormsReports runat="server"></asp:Xml></ie:PageView>
<ie:PageView>
<asp:Xml id=xmlManageEnrollment runat="server"></asp:Xml></ie:PageView>
</ie:multipage></P>
<P>&nbsp;</P>
</form>

</body>
</HTML>

11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
The Software Catalog: Microcomputers : Including International Standard Program Numbers (ISPN) Authors: Menu (Firm) (Fort Collins, Colo.), Pages: 0, Published: 1989

Web:
help badly needed : tabstrip ,multipage and pageview - ASP.NET Forums i tried to copy the code in msdn about using tabstrip together with multipage. each tab shows pageview with checkboxes, labels, ...
TabStrip + Multipage help - ng.asp-net-forum ... help badly needed : tabstrip ,multipage and pageview - ASP.NET Forums Re: help badly needed : tabstrip ,multipage and pageview ... Re: help badly needed ...
Tabstrip Vs. Multipage - Excel Help Best Practices Forums The help on Multipage and tabstrips does go some way to explain the differences .... OTHER STUFF, HAV-A-CHAT, Software Needed, Excel Help Community Bulletin ...
Tabstrip and Multipage Z-index issue I have a multipage associate with a toolstrip that contains a crystal report viewer. ... Update: I'm not sure if this will help, but the formatting is correct in ... CSS, images, skins, DB backup if needed and so on) demonstrating the ...
Nesting a tabstrip & multipage control inside an existing ... I'm having problems nesting a tabstrip & multipage control inside an existing multipage. Can this be done? If so how? Any help very much appreciated! ... I needed the same functionality, and was able to get it to work. ...
菜鸟请教:求一个c#中使用TabStrip和MultiPage的简单的例子,HELP ... 2005年5月25日 ... 现在需要实现“标签页”的效果,故想使用TabStrip和MultiPage,请各位大侠给 ... ID=" Checkbox3"/>
The TeamCool, we needed this! ...
multi page tab strip - Excel Help Best Practices Forums multi page tab strip EXCEL HELP. ... OTHER STUFF, HAV-A-CHAT, Software Needed, Excel Help Community Bulletin, Ozgrid Blog, Google Stuff! ...
Wordpress Plugin : Multipage Toolkit » Tarkan Akdam’s BORED I wanted to use the tabs plugin, but that one is unstable. .... Wordpress Plugin : Multipage Toolkit 2.6 · iFlash Compact Flash Compatibility - Help Needed… ...
Free cold fusion multipage counter Download - cold fusion ... No database needed as it is a flat file system. ... A new design and styling to help make things easier on you. And more features and more security then ever before. ... UltimateTabstrip is a tabstrip and multipage control for ASP.NET. ...
RadTabStrip/Multipage broken with 2008 SP1 Unfortunately, the provided information does not help us much in ... CSS, images , DB backup if needed and so on) demonstrating the problem (and ... In this config right half of the TabStrip Column is blanked with RadTabs text still ...






treeview:javascript control problem

why my tree have not the .htc file in program files\microsoft web controls 1.0\

controls working on development machine, not working on server

treeview state

ie web control treeview doesn't behave as expected in ie6

tabstrip control

help - recursively opening & closing all nodes

treeview collapse on click

treeview ..window.status question..

treeview does not work at ip address?

dynamically show/hide tabitems on tabstrip webcontrol

need help to use the treeview

how to determine node using nodedata

internet explorer web controls problem with tabstrip with out using mutipage on page.navigation

button clicks on page views -multipage control

toolbar button click doesnt work

creating tree view

tabstrip client events?

treeview ie web control

has anyone figured out how to make the treeview transparent (and display form background image)?

treeview

csc executable

multipage cookies problem

view of treeview :(

onselectedindexchange

personal treeview

iewebcontrols installation problem

ms tabstrip - any .net 2.0 update around

break the text in side a node

ie lower than 5.01 and .net

   
  Privacy | Contact Us
All Times Are GMT