Andres Aguiar's Weblog

Just My Code

ASP.NET 2.0 DataSet DataSource

Even if it's hard to believe, ASP.NET 2.0 DataSources don't have good support for typed DataSets. I blogged about that here, and now I wrote a DataSetDataSource to overcome this limitation. Read about it here

 

Posted: Dec 08 2005, 04:01 PM by aaguiar | with 1 comment(s)
Filed under: ,

Comments

Pascal said:

Can you explain why there is no good support for typed datasets ? Why does the objectdatasource not fit your needs (which supports typed datasets also) ?
# December 9, 2005 2:18 AM