Parent Container in Nested Repeater
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I have nested
asp:Repeater
controls on a page. I need to access the parentRepeater
'sContainer.ItemIndex
property. Is this possible? Michael Flanakin Web Log -
I have nested
asp:Repeater
controls on a page. I need to access the parentRepeater
'sContainer.ItemIndex
property. Is this possible? Michael Flanakin Web Log -
Do one thing create a public function in code behind file which get the data from the parent repeater and call that function in child repeater. It would be nice to have a code from you so that i can make changes in that way. Best Regards, Agha Usman :)
That's exactly what I was trying to avoid. I found a way around it. Thanks for the suggestion, tho. Michael Flanakin Web Log