[Mono-dev] databinder works?

Gonzalo Paniagua Javier gonzalo at novell.com
Tue Jun 13 15:43:02 EDT 2006


On Tue, 2006-06-13 at 13:09 -0300, Marco Aurélio Castro wrote:
> Hello,
>    
>     I'm developing a site in Delphi 2006 to run in Mono and I tried to 
> connect a Dataset with an edit box by DataBinder. The connection is
>         text='<%# DataBinder.Eval(DataSet, 
> "Tables[Clients].DefaultView.[0].Client") %>'
> 
>     It works in Windows, what is wrong here?
> 
>     The site returned the screen:
>  
> 
> System.NotImplementedException: The requested feature is not implemented.
> in <0x00021> System.Data.DataSet:get_Site ()

DataBinder works. If you look at the stacktrace, seems like DataSet.Site
is not implemented.

-Gonzalo





More information about the Mono-devel-list mailing list