ASP.NET: Controlling a Repeater inside a Gridview Row
2 answers
You will need to handle the event GridView.RowDataBound
in code. This will allow you to dynamically create Repeater
and bind it to the data for the row you are in.
+3
a source to share
follow these steps: http://www.codeproject.com/KB/database/repeater_in_gridview.aspx Hope this helps you.
-1
a source to share