I recently attended an MSDN roadshow, where the presenter showed us how
easy it is to slap a bound control on an asp.net form, and populate the
control from a database. I remember seeing the same demo for Visual Studio
6, and for VB 4,5 . In the past, bound controls have never scaled
properly, the web page works fine for a 100 row table with a hundred users
hitting it, but for larger datbases and user load it falls apart.
Does anyone have experience with the new data binding (I know its beta
code). Do the new datasets scale?