c# Programming Glossary: controlids
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 TextBox private List int _controlIds private List int ControlIds get if _controlIds null if ViewState ControlIds null _controlIds.. List int ControlIds get if _controlIds null if ViewState ControlIds null _controlIds List int ViewState ControlIds else _controlIds.. ViewState ControlIds null _controlIds List int ViewState ControlIds else _controlIds new List int return _controlIds set ViewState..
|