Skip to main content

Posts

Dynamically create Bar Chart using Chart.js in Asp.net

This article explains about Bar Chart. We are going to create a simple Bar Chart using char.js library in jQuery. Bar Chart can be used to show data or compare multiple data sets. Chart.js : A Simple chart library for developers developed by Nick Downie . It uses HTML5 canvas element and supports all the browsers.  Code Snippet Code Behind Finally, we are done with coding. You can bind a real dataset from the code behind and see the output Happy Coding :)

jQuery Dialog for ASP.NET

A jQuery dialog is a lightweight pop-up which can be used in ASP.NET to get the confirmation from the user before doing some task. Here I shall demonstrate how to work with jQuery dialog in ASP.NET. First of all we need to import the jQuery core and UI libraries in the head section of the master page Then add the jQuery dialog to the page Now we will design the popup and the buttons Code behind Happy Coding :)

How To Setup a USB Flash Drive to Install Windows 7, 8

If you are going to install windows from USB Flash drive, you'll need a USB Flash drive with a minimum capacity of 4GB and an ISO image of the Windows version you are going to install.  Format your USB Flash drive Download and install  Windows 7 USB/DVD Download Tool Locate the ISO image of windows Select USB device Choose your flash drive and click Begin copying The process may take little time to complete After the copying is finished, you can see the files on the flash drive as you would if you opened the installation disc. Now you can start the installation on any computer that allows you to boot from a USB drive. Update (2015/08/13) This method works with all variations of windows 10.