ImageGear for .NET User Guide > Getting Started > ImageGear for .NET Visual Studio 2012 Tutorials > ImageGear for .NET ASP.NET Tutorial > Creating a Page Using the Project Item Template |
Select the PageView control from the ToolBox and drop it onto the top left side of the design form. Now, switch to Split view in the Visual Studio window, keeping the PageView control highlighted.
The following line should be highlighted in the source window somewhere near the top of the ThumbnailVertical.aspx page:
Copy Code | |
---|---|
<imgear:PageView ID="PageView1" runat="server" /> |