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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75139 --- shadow/75139 2005-06-06 09:47:07.000000000 -0400 +++ shadow/75139.tmp.32440 2005-06-06 09:58:31.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 75139 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -30,6 +30,17 @@ ------- Additional Comments From [EMAIL PROTECTED] 2005-06-06 09:47 ------- Created an attachment (id=15275) Proposed patch + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-06 09:58 ------- +Problem is that the DataMember property is not being processed. + +DataSourceHelper.cs is taken from System.Web.Util, only the exception +has been changed from HttpException to Exception. Is it ok to just +copy the class here? If not then how can we share this? + +One issue that i found, which should probably become another entry is +that when DataSource is a DataSet but DataMember is "", ms.net shows a +"+" with a list of the datatables in the DataSet, but we arent doing that. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
