Re: [Mono-list] Problem with DataBinder.Eval(Container.DataItem, "")

2005-06-03 Thread David P. Donahue
5 5:25 PM To: mono-list@lists.ximian.com Subject: [Mono-list] Problem with DataBinder.Eval(Container.DataItem, "") Not sure if this is a Mono thing or a .NET thing in general, but... Normally, when I want to bind data to a DataList in ASP .NET, I just bind it to a DataSet and the HT

RE: [Mono-list] Problem with DataBinder.Eval(Container.DataItem, "")

2005-06-03 Thread Carl Olsen
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David P. Donahue Sent: Friday, June 03, 2005 5:25 PM To: mono-list@lists.ximian.com Subject: [Mono-list] Problem with DataBinder.Eval(Container.DataItem, "") Not sure if this is a Mono thing or a .NET thing in general

[Mono-list] Problem with DataBinder.Eval(Container.DataItem, "")

2005-06-03 Thread David P. Donahue
Not sure if this is a Mono thing or a .NET thing in general, but... Normally, when I want to bind data to a DataList in ASP .NET, I just bind it to a DataSet and the HTML code contains things like: <%# DataBinder.Eval(Container.DataItem, "Title") %> This manages to display, for each record, the