Bug 313413 (MONO52334) - Problem with adding controls in runtime.
Summary: Problem with adding controls in runtime.
Status: RESOLVED FIXED
Alias: MONO52334
Product: Mono: Class Libraries
Classification: Mono
Component: Sys.Web (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Major
Target Milestone: ---
Assignee: Gonzalo Paniagua Javier
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2003-12-18 10:21 UTC by Alon Gazit
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
aspx file (2.89 KB, text/plain)
2003-12-18 10:22 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
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)