Author: sblimaperu | Posted on: 11/26/2008 10:05:31 AM | Views : 1426

I've got a repeater with textboxes inside a multiview.  The repeater is on the 2nd step of the multiview.  The 3rd step loops over the repeater and gets the textbox values.

The demo code I had was using an asp:SqlDataSource control in the markup and everything worked fine.  When I switched to databinding the repeater on the click event of the button for the first view in the code behind, the repeater works fine in that it displays the textboxes, however, on the 3rd view where I loop over the repeater, it is gone with 0 items.  I've enabledviewstate on the repeater, but I can't seem to get it to work after leaving the 2nd view?  Any ideas?

...

Go to the complete details ...