c# Programming Glossary: ucrequest
Repeater and Custom Control - Dynamically adding to the collection and retaining values http://stackoverflow.com/questions/14447883/repeater-and-custom-control-dynamically-adding-to-the-collection-and-retaining asp Repeater runat server ID rptrRequests ItemTemplate uc1 ucRequest ID ucNewRequest runat server ItemTemplate asp Repeater The idea.. the user clicks on the Add button a new instance of the ucRequest is added to the collection. The code behind is as follows public.. The code behind is as follows public partial class ucRequests UserControl public List ucRequest requests get return from..
|