[Mono-bugs] [Bug 52334][Maj] New - Problem with adding controls in runtime.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Dec 2003 03:21:44 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by along@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52334

--- shadow/52334	2003-12-18 03:21:44.000000000 -0500
+++ shadow/52334.tmp.20016	2003-12-18 03:21:44.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 52334
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Problem with adding controls in runtime.
+
+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: