[Mono-list] DataBinding
Gonzalo Paniagua Javier
gonzalo@ximian.com
01 May 2003 17:25:05 +0200
El jue, 01 de 05 de 2003 a las 02:51, Jones, Larry escribió:
> I got a test MS Sql access going in an ASP.NET (.aspx) page by doing
> response.writes. But when I tried to DataBind it to a DataList or Datagrid,
> it would fail or hang. I could run the exact same program on a IIS 5.0
> Server with the same Sql Data base accessed and it runs fine. So something
> is wrong with the .aspx DataBinding.
No. Mono's ASP.NET databinding is fine.
May be you have a problem with the connection to the DB not being
established or stuff like that.
-Gonzalo