On the Right side of the screen, at the bottom of Solution Explorer, there are two tabs, Solution Explorer and Data Sources,
Clicking on the Data Sources Tab, opens a page that says" Your project currently has no data sources associated with it. Add a
new data source, then data-bind items by dragging them from this window onto forms or existing controls. Then in Blue and
underlined: Add New Data Source...
And there you go!!
james
> I'm trying to create a typed dataset in my asp.net project in VS2005 by
> following the instructions from the Help (copied below).
[quoted text clipped - 35 lines]
> Drag items from an active connection in Server Explorer/Database Explorer
> onto the Dataset Designer.
Robert - 15 Nov 2005 21:59 GMT
That's not showing there.
However, this appears to be related to the fact I'm working on an ASP.NET
project. If I open up a windows form project, the Data menu does show.
Does this mean that for ASP.NET i can't use a typed dataset?
> On the Right side of the screen, at the bottom of Solution Explorer, there are two tabs, Solution Explorer and Data Sources,
> Clicking on the Data Sources Tab, opens a page that says" Your project currently has no data sources associated with it. Add a
[quoted text clipped - 42 lines]
> > Drag items from an active connection in Server Explorer/Database Explorer
> > onto the Dataset Designer.
james - 15 Nov 2005 23:06 GMT
Sorry Robert, I am not that familar with ASP.NET so I cannot answer that question.
You might post your questions at this link: http://forums.microsoft.com/MSDN/default.aspx?SiteID=1
Those forums seem to cover everything to do with Visual Studio 2005.
Or check out the last post at the bottom of this page: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=62924&SiteID=1
I think that one may get you where you want to go.
Good luck
james
> That's not showing there.
>
[quoted text clipped - 10 lines]
>> And there you go!!
>> james
Robert - 15 Nov 2005 23:52 GMT
Thanks. That last one helped me figure it out. You have do chose Add New
item and then dataset when working with a web project.
> Sorry Robert, I am not that familar with ASP.NET so I cannot answer that question.
> You might post your questions at this link: http://forums.microsoft.com/MSDN/default.aspx?SiteID=1
[quoted text clipped - 20 lines]
> >> And there you go!!
> >> james