Bug 313413 (MONO52334)

Summary: Problem with adding controls in runtime.
Product: [Mono] Mono: Class Libraries Reporter: Alon Gazit <along>
Component: Sys.WebAssignee: Gonzalo Paniagua Javier <gonzalo>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Major    
Priority: P3 - Medium Keywords: UI
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: aspx file

Description Thomas Wiest 2007-09-15 18:22:24 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)