[newbie] Drag and drop a data control in Visual Studio 2008?
-
I'm following a tutorial, where it reads that when I drag an item from the Server Explorer to the VS Designer, controls should be automatically created. However, this does not seem to work ... Anyone knows whether this used to work in previous versions? "1. Open a new Web Site to be saved as EZdataGrid. 2. In the ASP.NET editor, open the Server Explorer. Drag a table of your choice from the Server Explorer to the <div> container as shown in Figure 13-9. 3. Save the file and test it by pressing CTRL-F5. You should see the table in Figure 13-10" :confused: My environment Visual Studio 2008 SP1 + .NET 3.5 SP1 Win Server 2008 (trial) running as a host virtual machine Reference ASP.NET 3.5 - A Beginner's Guide written by William B. Sanders (2009)
Jon