473,320 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Nested Repeater Tutorial please

Hey guys....I tried Googling and search these forums before posting but
couldn't find really what I was looking for. I'm looking for a very simple
example or tutorial on how to nest Repeaters in VB.NET. It seems everything
that I'm finding is in Csharp or is just incredibly complicated using VB by
decalring a dozen classes and such (too complex for my simple brain).

I already have my two queries written and the HTML structure written for the
page....I just need the application logic in VB.NET (inline on a aspx page)
to connect the dots.

Thanks in advance!!!

Nov 19 '05 #1
1 1655
ok, here's a simple tutorial:

in the ItemDataBound event of the outer repeater, use FindControl to locate
the inner repeater, then call DataBind on that

aside from that, here's a sample of nested DataLists which I think should be
quite similar

http://www.asp101.com/articles/jayra...al/default.asp

on the whole though, I have to warn you that the whole "nested repeater"
experience isn't very rewarding. for one case I ended up resorting to the
old fashioned way:

<% foreach (...) { %>

"D. Shane Fowlkes" <sh**********@hotmail.com> wrote in message
news:OA****************@tk2msftngp13.phx.gbl...
Hey guys....I tried Googling and search these forums before posting but
couldn't find really what I was looking for. I'm looking for a very
simple example or tutorial on how to nest Repeaters in VB.NET. It seems
everything that I'm finding is in Csharp or is just incredibly complicated
using VB by decalring a dozen classes and such (too complex for my simple
brain).

I already have my two queries written and the HTML structure written for
the page....I just need the application logic in VB.NET (inline on a aspx
page) to connect the dots.

Thanks in advance!!!

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dh | last post by:
First, I'm basing my nested repeater example on this short tutorial: http://www.123aspx.com/redir.aspx?res=29338 I am able to display the Parent/Child data now. However, I'm needing to...
0
by: mark | last post by:
My problem is I need to have a "nested" repeater. I have an array which I load into a hashtable - that part works great. I can setup the second repeater to work just fine, as long as it's not...
0
by: Ed Allan | last post by:
http://ejaconsulting.com/nestedrepeater/NestedRepeater.txt >-----Original Message----- >Doh! The HTML has all been rendered . . . > >Right click on this link and select 'Save target as ..' >to...
0
by: Patrik Persson | last post by:
Hello all I have got a problem with a nested repeater and the ItemCommand Event. I am adding handler for the ItemCommand and ItemBound. The ItemBound works perfect but I cant seem to get the...
1
by: humbleFunGuy | last post by:
What does nested controls mean in .Net? Any help is appreciated. Thanks, fanzi
2
by: mark | last post by:
(not sure if this is the correct group) My problem is I need to have a "nested" repeater. I have an array which I load into a hashtable - that part works great. I can setup the second repeater...
3
by: Martin | last post by:
Hi, I have a very frustrating problem that I have researched for countless hours to no avail. There are many posts asking very similar things, however none usefull in my situation. I am using VS...
4
by: =?Utf-8?B?SmFtZXMgR2V1cnRz?= | last post by:
On my page, I have one repeater that contains a literal control and a nested repeater. The nested repeater contains a literal control. Both repeaters are databound with only one object (string). ...
2
by: ASF | last post by:
Hey all, I have a gridview which pulls from a BLL which pulls from a DAL (an .XSD file). Each row on that gridview has a nested repeater which pulls from another table. The code which populates...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.