[Mono-bugs] [Bug 373635] New: Repeater cannot obtain DataSourceView by its name
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Mar 25 11:08:18 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=373635
Summary: Repeater cannot obtain DataSourceView by its name
Product: Mono: Runtime
Version: 1.9.0
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: alexanderk at remobjects.com
QAContact: mono-bugs at lists.ximian.com
Found By: Beta-Customer
There is a problem of using Repeater with our RemoteDataSource component under
Mono.
Our RemoteDataSource is a component inherited from
System.Web.UI.DataSourceControl and can hold data from different tables. It is
possible to obtain DataSourceView for each of tables exposed by
RemoteDataSource by its name with help of GetView(string viewName) method.
When repeater is configured to Employee table of the RemoteDataSource
(Repeater.DataSourceID = RemoteDataSource; Repeater.DataMember = "Employee")
then it works fine under .NET Framework but fails under Mono because repeater
requested DataSourceView from RemoteDataSource without specifying its name (I
can see invocation of GetView("") but should be GetView("Employee"))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list