[Mono-bugs] [Bug 42668][Cri] New - EnableViewState property cannot be true

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 10:44:41 -0400 (EDT)


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 abel@uajms.edu.bo.

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

--- shadow/42668	Fri May  9 10:44:41 2003
+++ shadow/42668.tmp.25424	Fri May  9 10:44:41 2003
@@ -0,0 +1,44 @@
+Bug#: 42668
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: abel@uajms.edu.bo               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: EnableViewState property cannot be true
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The EnableViewState property of the DataGrid object cannot be true;  if I
+put EnableViewState="true "this it causes that it happens an exception
+that" stops "the server mono.
+
+Steps to reproduce the problem:
+1. Edit the XSP example:  web_datagrid_commad.aspx.  
+2. In line 123, to change the property EnableViewState="true".  
+3. To compile.
+ 
+Actual Results:
+
+An exception takes place that stops the execution of server mono.
+
+
+Expected Results:
+That the state keeps from the DataGrid, not to have to recharge it when a
+request is made in the same pagina.
+
+How often does this happen? 
+Always
+
+Additional Information: