Ask a Question related to ASP.NET General, Design and Development.
-
Ed Allan #1
Nested Repeater Controls
I have extended the example at
[url]http://support.microsoft.com/default.aspx?scid=kb;EN-[/url]
US;306154 to build a webform page with 3 layers of nested
Repeaters on (ie. parent, child and grandchild).
I added a third DataTable to the DataSet, and created a
second Relation between the second and third DataTables.
On the aspx page I copied the child Repeater to create the
grandchild, referencing the second Relation.
It is throwing an InvalidCastException when executing the
datasource of the innermost Repeater - <%# ((DataRowView)
Container.DataItem).Row.GetChildRows
("childEvents_grandchildEvents") %> - why does it not like
the cast to DataRowView?
Many thanks in advance.
Ed Allan Guest
-
linkbutton in nested repeater doesnt fire
Hi! I've got a page with a datalist and a nested repeater in it to get "categories" and "sub categories". I've got link button in the datalist and... -
Nested Repeater question
Can someone help? I have a nested repeater in which I wish to format one of the bits of data in currency. I know that the code for the regular... -
Nested repeater databinding question
http://ejaconsulting.com/nestedrepeater/NestedRepeater.txt runs -
Error with Nested Repeater
You probably won't have much luck here either since this is a "classic" asp group. But are you sure that "Reduction" is a property of your object... -
Nested Repeater - 3 levels - datasource
I have extended the example at http://support.microsoft.com/default.aspx?scid=kb;EN- US;306154 to build a webform page with 3 layers of nested...



Reply With Quote

