[Mono-bugs] [Bug 49024][Maj] New - DataList Bug (Items-Visible)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 10:10:52 -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=49024

--- shadow/49024	2003-09-29 10:10:52.000000000 -0400
+++ shadow/49024.tmp.2749	2003-09-29 10:10:52.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 49024
+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 (Items-Visible)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Items data is lost after the data list toggles into visible mode.
+
+Steps to reproduce the problem:
+1. Run the attached .aspx
+2. Click on the "Bind" button
+3. Click on the "Invisible" Button
+4. Click on the "Visible" button
+
+Actual Results:
+The item's data is not displayed
+
+Expected Results:
+The data list items should be displayed the same way they were before the
+data list became invisible.
+
+How often does this happen? 
+Always
+
+Additional Information:
+At some pages the titles of the items is displayed but not the data
+(values). (I.E if the title was Name and the Value was Yaron, after the
+visibility toggle only the title Name will be displayed).