![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From: DotNetJunkies User <User@-NOSPAM-DotNetJunkies.com Organization: http://www.wimdows.net/newsgroups/ X-Newsreader: Wimdows.net NntpNews Subject: problem with Tabstrip. Message-ID: <ufKeYfZpEHA.4008 (AT) TK2MSFTNGP14 (DOT) phx.gbl Newsgroups: microsoft.public.dotnet.academic Date: Tue, 28 Sep 2004 13:15:04 -0700 NNTP-Posting-Host: www.interadahosting.com 64.85.9.61 Lines: 1 Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP14.phx.gbl Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.academic:7902 X-Tomcat-NG: microsoft.public.dotnet.academic Hi, I have succeed added my tabstrip with the codes below : For Each DR In DS.Tables("Webform").Rows Dim t As New Tab x = x + 1 t.Text = (DR.Item("FormName")) t.ID = "Tab" + x.ToString() <--------- I'm assigning ID for every page. tabstrip1.Items.Add(t) Next However, when i try retrieve the page ID, nothing. Private Sub tabstrip1_SelectedIndexChange(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tabstrip1.SelectedIndexChange Response.Write(tabstrip1.Page.ID()) <--blank End Sub Can anyone tell me why ? All I want is to get the page ID for every tab in the tabstrip. Thanks. --- Posted using Wimdows.net NntpNews Component - |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |