Bugzilla – Bug 313413
Problem with adding controls in runtime.
Last modified: 2007-09-15 21:24:06 UTC
---- Reported by along@mainsoft.com 2003-12-18 03:21:42 MST ---- Description of Problem: In the attached aspx, I added a DataGrid to the form in the Page_Load event. When the button is pressed and a postback is preformed, the page doesn't contain the DataGrid. Steps to reproduce the problem: 1. Open the attached aspx file. 2. Press the button. Actual Results: Appears :"PostBack Worked!!!field:" Expected Results: Appears :"PostBack Worked!!!field:test" How often does this happen? Always Additional Information: ---- Additional Comments From along@mainsoft.com 2003-12-18 03:22:01 MST ---- Created an attachment (id=165358) aspx file ---- Additional Comments From gonzalo@ximian.com 2003-12-18 06:12:54 MST ---- Fixed in CVS. DataGridColumnCollection.TrackViewState was the culprit. Imported an attachment (id=165358)