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: [email protected]
>         ReportedBy: [EMAIL PROTECTED]
>          QAContact: [email protected]
>           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  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-bugs
>


_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to