Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 using dataset designer in web application

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-08-16 : 21:37:29
PB: i can t see the tableadapter classes,membres and methods in web application

Hi, I add dataset through dataset designer, I call it for example: NewsManager, then I add a tableAdapter base on News Table. But in the aspx page, after I add Imports or using NewsManager

Then when I try to call the membres like: NewsManager.NewsDataTable or NewsManager.NewsDataRow or NewsManagerTableAdapters.NewsTableAdapter ..etc

I get the error members don t exist or somethiong like that

The same stuff works when I m doing windows or dll library
I don t get it

Thanks
   

- Advertisement -