nested

  1. Sponge_Over

    Question Nested Repeater

    I am trying, very unsuccessfully, to create a nested repeater. The problem is that all the tutorials I have tried use one table for the parent repeater and one table for the child repeater. I need to use one table for the parent repeater and two tables that are joined together for the child...
  2. C

    VB Form Equivalent to Asp.net Nested Repeaters

    Hi All, this is my first post so please go easy on me! I'm trying to convert an asp.net website to a vb.net application. It's my first go with vb.net so please try and make any responses as simple as possible. On my website I have a page that uses nested repeaters. The data source is a dataset...
  3. M

    Question [2008] Problem with Nested or Multidimensional Data Structures

    Hello, Right now I'm working on parsing an XML file and storing the data I need into some form of data structure to be used in by VB.net program. Here's my code: Imports System.ComponentModel Imports System.Xml Public Class getPackageDataForm Public defaultQueue As Queue(Of String())...
Back
Top