Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

I was looking at some good video tutorials by Beth Massey http://msdn.microsoft.com/en-us/vbasic/bb737878.aspx. They are good but the thing is these are applications. I have found if I open Visual Studio 2008 and create a web based project the data menu item is not visible on the toolbar and the data sources tab is not visible. Is there a way of getting these items to show in ASP.NET project?

 

Cheers Dave.

  • Administrators
Posted

Web applications have a slightly different approach to data access and (IIRC) you do not get the data sources tab.

 

If you have already created your datasets / object model / raw sql you can add a data source object to the page and point that to your underlying db / object model etc.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...