Repeaters, Repeaters, Repeaters
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Don't worry. It's not three repeaters embedded within each other. Just two. I can databind the first one with out any problem and use it's row_databound event to bind the nested one. My issue is I need to put some code inside the row_databound event of the nested repeater. But how do I do this or register the event up? Any help on this one greatly appreciated. Thanks
-
Don't worry. It's not three repeaters embedded within each other. Just two. I can databind the first one with out any problem and use it's row_databound event to bind the nested one. My issue is I need to put some code inside the row_databound event of the nested repeater. But how do I do this or register the event up? Any help on this one greatly appreciated. Thanks