<!DOCTYPE html> <html lang="en"> <head><meta charset="utf-8" /><title> About - </title><script src="/Scripts/modernizr-2.6.2.js<http://localhost:40118/Scripts/modernizr-2.6.2.js> "></script> <link href="/Content/Site.css<http://localhost:40118/Content/Site.css>" rel="stylesheet"/> <link href="favicon.ico<http://localhost:40118/favicon.ico>" rel="shortcut icon" type="image/x-icon" /><meta name="viewport" content=" width=device-width" /></head> <body> <form method="post" action="About.aspx" id="ctl01"> <div class="aspNetHidden"> <input type="hidden" name=" __EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name=" __EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name ="__VIEWSTATE" id="__VIEWSTATE" value=" XrPsuuft0nhXlbz8wtIu1JcGQ/QOO5yfNCom7VUvhKYrmniZLwxqJBMLmXSKuNY9e+SS1hUWfqj1SJ/HJFE1Hqd84VMp3uwdZ2TsIMe11HwBwbC6kZ9PDX+IA748WQrn+JvlaKjJltZUNDyY/mX4VXAGONmCIHDOdRwFdsSRkIrqY4lWZqVBlwXeqTk8PrRsbOTrtvvXx4eA3gGnaDbjVg==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['ctl01']; if (!theForm) { theForm = document.ctl01; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src=" /bundles/MsAjaxJs?v=J4joXQqg80Lks57qbGfUAfRLic3bXKGafmR6wE4CFtc1<http://localhost:40118/bundles/MsAjaxJs?v=J4joXQqg80Lks57qbGfUAfRLic3bXKGafmR6wE4CFtc1>" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script> <script src=" Scripts/jquery-1.8.2.js <http://localhost:40118/Scripts/jquery-1.8.2.js>" type="text/javascript"></script> <script src="Scripts/jquery-ui-1.8.24.js<http://localhost:40118/Scripts/jquery-ui-1.8.24.js>" type="text/javascript"></script> <script src=" /bundles/WebFormsJs?v=q9E9g87bUDaS624mcBuZsBaM8xn2E5zd-f4FCdIk2cA1<http://localhost:40118/bundles/WebFormsJs?v=q9E9g87bUDaS624mcBuZsBaM8xn2E5zd-f4FCdIk2cA1>" type="text/javascript"></script> <div class="aspNetHidden"> <input type=" hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value=" +4Qcxri+/3KEsD3Lwcwm5PC/TgLHRDZxmRgn2Kx6OWAIoxdwoyJDAjchP5f9dW6HlYekcNwOVw32GWsoZpYKWqiZnTG3mpIqHjYI1xX4sILZdq40KKoNxBLlP3y2hEGuvh1AHZ+gMfAve2vygXLy0g==" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl08', 'ctl01', [], [], [], 90, 'ctl00'); //]]> </script> <header> <div class=" content-wrapper"> <div class="float-left"> <p class="site-title"> <a href=" ./ <http://localhost:40118/>">your logo here</a></p> </div> <div class=" float-right"> <section id="login"> <ul> <li><a href="Account/Register<http://localhost:40118/Account/Register>" id="ctl10_registerLink">Register</a></li> <li><a href="Account/Login<http://localhost:40118/Account/Login>" id="ctl10_loginLink">Log in</a></li> </ul> </section> <nav> <ul id="menu"> <li><a href="./ <http://localhost:40118/>">Home</a></li> <li><a href="About<http://localhost:40118/About> ">About</a></li> <li><a href="Contact <http://localhost:40118/Contact>"> Contact</a></li> </ul> </nav> </div> </div> </header> <div id="body"> <section class="content-wrapper main-content clear-fix"> <script src=" //ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js<http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js>" type="text/javascript"></script> <script type="text/javascript" src=" //www.google.com/jsapi <http://www.google.com/jsapi>"></script> <script type ="text/javascript"> google.load('visualization', '1', { packages: ['corechart'] }); </script> <script type="text/javascript"> $('#Button1').click(function () { $.ajax({ type: 'POST', dataType: 'json', contentType: 'application/json', url: 'Default.aspx/GetData', data: "{name:'" + $("#SearchText").val() + "'}", success: function (response) { drawVisualization(response.d); } }); return false; }) function drawVisualization(dataValues) { var data = new google.visualization.DataTable(); data.addColumn('string', 'Column Date'); data.addColumn('number', 'Column Value'); for (var i = 0; i < dataValues.length; i++) { data.addRow([dataValues[i].Date, dataValues[i].Value]); } new google.visualization.LineChart(document.getElementById('visualization')). draw(data, { title: "" }); } </script> <span id="MainContent_Label1">Name/Ids</span> <input name="ctl00$MainContent$SearchText" type="text" value="CLAVS 2007-1 M2A" id ="SearchText" /> <input type="submit" name="ctl00$MainContent$Button1" value ="Search" id="Button1" /> <div id="visualization" style="width: 600px; height: 400px;" ClientIDMode="Static" ></div> </section> </div> <footer> <div class="content-wrapper"> <div class="float-left"> <p> © 2013 - My ASP.NET Application </p> </div> </div> </footer> </form> </body> </html>
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
