Databases Reference
In-Depth Information
2.
Click on File | New website... .
3.
In the New Website window, click on ASP.NET Empty website and for
Web location ; use the handle to change it to File System . Accept the default
location for the files. Change the name of the website to RepView and click
on OK .
4.
The project will be created with just the Web.config file with target as
Framework 4.5 .
5.
Right-click on RepView , and from the drop-down list, choose Add | Add
New Item... .
6.
In the Add New Item - RepView window, click on Web Form , accept the
default name, Default.aspx , and click on Add . There is no master page
in this Web. You always need a Default.aspx page.
Default.aspx will be added to the Web.
7.
From Toolbox , click on ScriptManager under AJAX Extensions and
drag-and-drop on to the body of Default.aspx in the design view.
Click on ReportViewer and drag-and-drop it below ScriptManager ,
you dropped earlier:
8.
This adds the following code to the source page:
<body>
<form id="form1" runat="server">
<div>
 
Search WWH ::




Custom Search