yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

Nested strongly typed repeaters do not work correctly #236

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a CustomerRepeater in a usercontrol1.
2. Add ContactRepeater in usercontrol2 with a public int property 
CustomerID.
3. Add usercontrol2 in the CustomerRepeater item template and set the 
public property in the server tag.

What is the expected output? What do you see instead?
I expect to see each customer followed by it's contact data.
But the contact data don't appear, after invertigate i found that the 
usercontrol2 called twice one with  right value in the CustomerID property 
and one with 0.
When i converted CustomerRepeater control to asp:Repeater it work fine 

What version of .netTiers and CodeSmith are you using?
netTiers v2.3.0.RTM, codesmith 4.1

Please use labels and text to provide additional information.

Original issue reported on code.google.com by islam...@gmail.com on 2 Jul 2009 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 13 Jul 2009 at 12:02