[Mono-bugs] [Bug 49744][Nor] Changed - DataGrid - SelectCommand bug (A fix is provided)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 09:27:39 -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 yaronsh@mainsoft.com.

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

--- shadow/49744	2003-10-22 06:10:11.000000000 -0400
+++ shadow/49744.tmp.22289	2003-10-23 09:27:39.000000000 -0400
@@ -134,6 +134,29 @@
 tere is some dependency between them (A change for solving this can 
 harm the fix for DataList). 
 I say this because the change was in Control or WebControl and can 
 influence both of them.
 I must say that this bug really pisses me off, I know it's not 
 professional, but this one really gets me mad, LOL :-)
+
+------- Additional Comments From yaronsh@mainsoft.com  2003-10-23 09:27 -------
+The testcase produces the following excetion:
+
+System.InvalidCastException: Cannot cast from source type to 
+destination type
+in <0x00055> System.Web.UI.StateBag:LoadViewState (object)
+in <0x00037> System.Web.UI.Control:LoadViewState (object)
+in <0x000bb> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x001f2> System.Web.UI.Control:LoadViewStateRecursive (object)
+in <0x0005e> System.Web.UI.Page:LoadPageViewState ()
+in <0x00082> System.Web.UI.Page:ProcessRequest 
+(System.Web.HttpContext)
+in <0x00191> .ExecuteHandlerState:Execute ()
+in <0x0004e> .StateMachine:ExecuteState 
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+At I.E there is no response now when selecting or editing items...