Hi,
Relatively new to ASP.net (mostly VB and C++)
I am trying to add a simple database to a content page in MS Stuio 2008 using Data Source to start the Data Source Configuration Wizard.
OS: Vista Business
Studio: MS Visual Studio 2008; MS SQL Server 2005; ASP.net 3.5; C#.
File - New Website - ASP.net 3.5 - C#
Created a website: Created a Master Page and added content pages.
Using "Murach's ASP.Net 3.5 web programming with C# 2008".
Created a basic table in SQL Server 2005.
I am trying to create a SQLData source control so I can add, edit and delete data.
Problem: There is no window for the Configure Data Source or a Data heading in the Menu.
I was able to connect to the database using Server Explorer and drag table to the content page.
Question: Where is the Configure Data Source window?
Thank you,
Paul
Paul Miller