Split from http://forums.asp.net/t/2036719.aspx?chart+gets+disappeared+immediately+after+the+execution+of+a+javascript+function+on+a+click+of+button+.
hello,
I have got another problem now.
This is the code file that I have.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ButtonClick_try.aspx.cs" Inherits="New_DataQuest.ButtonClick_try" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/javascript" src="amcharts/amcharts.js"></script> <script type="text/javascript" src="amcharts/serial.js"></script> <script type="text/javascript" ...

Go to the complete details ...