Dataset Designer Wizard ASP.NET- why is this different?

I want to create a Data Access Layer for an ASP.NET application. I have used the VB.NET dataset wizard extensively for Windows project. It is a lot convenient - meaning, it allows to select all the tables / views in one shot and it creates all the Data Tables and Table Adapters - in one shot

However, ASP.NET's dataset wizard only allows you to add "One" table at a time. Why so

Also, let's say, I create a "Dataset1.xsd" using VB.NET [windows project] and then add that as an item in ASP.NET application, will that be same as creating the same using ASP.NET - Meaning, does the Wizard do anything special while creating a new dataset if I did it through an ASP.NET project Vs VB.Net Windows project



Answer this question

Dataset Designer Wizard ASP.NET- why is this different?