How to add a chart created in code behind to the rendered html page?
- by Ryan
I'm trying to create a .net charting control completely in the code behind and insert that chart at a specific location on the web page.
Here is my html page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…