ASPX Code
<%@ Page Language="C#" MasterPageFile="~/SampleCode/SamplesMasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="SampleCode_Default" Title="SmartChart - http://www.xmlforasp.net" %>
<asp:Content ID="Content2" ContentPlaceHolderID="cphMain" Runat="Server">
<div id="divTitle">Thank you for trying the Smart Web Controls demos!</div>
<div id="divInstructions" style="font-size:12pt;">To get started please select a demo from the left menu. To view the source
code for any demo click the <strong>View Code</strong> link in the upper-left corner of the page.</div>
<br />
<br />
<br />
<br />
<img src="Images/SmartChartCollage.jpg" alt="SmartChart Control Collage" />
</asp:Content>
C# Code:
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
public partial class SampleCode_Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}