views:

128

answers:

0

I'm dynamically adding ViewUserControls to a view. I pass a collection of virtual paths to the view and the view iterates through and renders each ViewUserControl using RenderControl(MVCToolKit). My question is, upon a POST, how do each of the ViewUserControls handle and get the data posted back?