ASP Repeater Control in WebPart - Not Maintaining Viewstate
Question
Oct 22, 2014
Hello, I have an asp:Repeater control in a custom WebPart that binds to a data source (when it's not a postback), and the resulting output is a list of LinkButton controls. However when I click on one of the LinkButtons, the events will not fire as on a postback the ViewState...