[Mono-bugs] [Bug 49020][Maj] New - DataList bug (Cast exception) - A fix is provided

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 07:58:49 -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=49020

--- shadow/49020	2003-09-29 07:58:48.000000000 -0400
+++ shadow/49020.tmp.1817	2003-09-29 07:58:48.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 49020
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataList bug (Cast exception) - A fix is provided
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When editing items in a data list an axception occur.
+
+Steps to reproduce the problem:
+1. Open the attached .aspx
+2. Click the button "Bind"
+3. Click on the "Edit" link at one of the items in the DataList
+
+Actual Results:
+Cast exception is thrown
+
+Expected Results:
+The edited item sould turn into TextBox (input) for editing.
+
+How often does this happen? 
+Always
+
+Additional Information:
+1. The binding didn't work at all at "Mozilla" browser.
+2. Configure the xml file security permissions to your local machine
+   since I used WriteXml on it. 
+   (Properties->Security tab->Add-> <local machine name>\ASPNET)