Click here to Skip to main content
15,897,184 members
Articles / Web Development / HTML

Google Charts in .NET

Rate me:
Please Sign up or sign in to vote.
2.55/5 (17 votes)
21 Jan 2008CPOL2 min read 101.6K   3.1K   60  
Google Charts in .NET
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ParseTest.aspx.cs" Inherits="ParseTest" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        <table width="1000" border="0">
            <tr>
                <td>
                    <br /><br /><br /><br /><br />        
                    <br /><br /><br /><br /><br />        
                    <br /><br /><br /><br /><br />        
                    <br /><br /><br /><br /><br />        
                </td>                
            </tr>
            <tr><td align="right">
            <img src="<%# GGReq%>"/>            
            </td></tr>
        </table>
        
    </form>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Imaginnovate TechSolutions
India India
Spends free time, working with new stuff from Microsoft and Web technologies. Recently started working on "Ruby on Rails" and other open source technologies.

Comments and Discussions