[Mono-bugs] [Bug 373635] New: Repeater cannot obtain DataSourceView by its name
ng at global-mailer.mine.nu
ng at global-mailer.mine.nu
Thu May 29 11:03:44 EDT 2008
Hello,
any news regarding this one?
Thanks,
Bernhard
> 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.
> _______________________________________________
> mono-bugs maillist - mono-bugs at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-bugs
>
More information about the mono-bugs
mailing list