In ASP.NET you still have a TableAdapter, it's just in the Temporary ASP.NET
files. This is due to the compilation model that ASP.NET 2.0 uses.
- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
__________________________________________________________
"ad" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> TableAdapter is a new feature of VS2005.
> When I design the DataSet (named MyDataSet) in WinForm Application, it
> will generate 4 file:
> MyDataSet.xsd, MyDataSet..xss, MyDataSet.xsc, MyDataSet.Desginer.cs.
>
> But if I desgin the DataSet in Web Applicaiton, it only generate two file:
> MyDataSet.xsd, MyDataSet.xss
>
> Why?
>