Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can create Dynamic Data Web sites in Visual Studio by using ASP.NET Dynamic Data templates. <br/><br/> Before you proceed, you must decide if you want to create a Web site project or a Web application project. For more information, see Web Application Projects versus Web Site Projects. Follow the steps in the appropriate procedure. Most of the steps you follow in order to create a Dynamic Data Web application that uses scaffolding are the same for both Web site projects and Web application projects. However, a few steps differ depending on which type of project you are using.<br/><br/> <strong>To create a Dynamic Data Web site project</strong><br/></p> <ol> <li>Start Visual Studio or Visual Web Developer.</li> <li>In the <strong>File</strong> menu, click <strong>NewWeb Site</strong>. The <strong>New Web Site</strong> dialog box is displayed.</li> <li>Under <strong>Installed Templates</strong>, in the left pane, select <strong>Visual Basic</strong> or <strong>Visual C#</strong>.</li> <li>In the center pane, select one of the following:<br/></li> </ol> <p>-To use the LINQ to SQL model, select <strong>ASP.NET Dynamic Data LINQ to SQL Web Site</strong>.<br/> -To use the ADO.NET Entity Framework model, select <strong>ASP.NET Dynamic Data Entities Web Site.</strong><br/><br/> For more information, see <a href="http://msdn.microsoft.com/en-us/library/ee225428%28v=vs.100%29.aspx" rel="nofollow">ASP.NET Dynamic Data Layer Customization.</a><br/></p> <p>5.In the <strong>Web Location</strong> box, select <strong>File System</strong> and then enter the name of the folder where you want to keep the pages of the Web site.<br/><br/> For example, enter the folder name <strong>C:\WebSites\DynamicData</strong>.<br/><br/> 6.Click <strong>OK</strong>.</p> <p><strong>REFERENCE: <a href="http://msdn.microsoft.com/en-us/library/cc488469%28v=vs.100%29.aspx" rel="nofollow">Creating Dynamic Website</a></strong><br/><br/> Aside from this you could also read other info's from it. And I believe nothing is impossibling to programming. If you can think it I believe you could also do it. :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload