\[code\].js\[/code\] files are present inside the HTML file inside tag but no output seen.\[code\] <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jqplot.aspx.cs" Inherits="jqplots.jqplot" %> <!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" runat = "server"> <head> <title> MyPage</title> <link href="http://stackoverflow.com/questions/15742294/Styles/jquery.jqplot.css" rel="stylesheet" type="text/css" /> <link href="http://stackoverflow.com/questions/15742294/Styles/Site.css" rel="stylesheet" type="text/css" /> <link href="http://stackoverflow.com/questions/15742294/Styles/jquery.jqplot.min.css" rel="stylesheet" type="text/css" /> <script src="http://stackoverflow.com/questions/15742294/Scripts/jqplot.BezierCurveRenderer.js" type="text/javascript"></script> <script src="http://stackoverflow.com/questions/15742294/Scripts/jqplot.BezierCurveRenderer.min.js" type="text/javascript"></script> </head> </html>\[/code\]