[Asp.net] RE: [Asp.net] probleme ein custom control zu machen...(tabcontrol fürs web)

2005-04-06 Diskussionsfäden Daniel Fisher(lennybacon)
Imports System.ComponentModel Imports System.Web.UI Imports System.Collections Public Class WebCustomControl1 Inherits System.Web.UI.WebControls.WebControl Dim m_Pages As ArrayList = New ArrayList Public Sub Add(ByVal Name As String) m_Pages.Add(Name) End Sub

[Asp.net] RE: [Asp.net] probleme ein custom control zu machen...(tabcontrol fürs web)

2005-04-06 Diskussionsfäden Claudius Ceteras
ich möchte im Prinzip ein Tabcontrol als Custom Control basteln das später mal in der Toolbox erscheinen soll. Der Anwender braucht es nur noch auf seine aspx Seite ziehen und im aspx.vb Instanzen anlegen die die Tabpages darstellen sollen…auf Html soll es eben so erscheinen als ob