Posts

Showing posts with the label C#

How to create dynamic Ajax Bar Chart in ASP.NET using C#

Image
In this article I’m going to explain how to create dynamic Ajax Bar Chart in ASP.NET using C#.           Ajax Control toolkit provides a ways to create Bar Chart that would be display the statistics data in graphical representation. The BarChart control enables you to render a bar chart from one or more series of values. I already wrote some articles related to ASP.NET Chart How to create dynamic Google Chart in ASP.NET using C#            How to create dynamic Ajax Pie Chart in ASP.NET using C#            How to create dynamic Ajax Area Chart in ASP.NET using C#           Here I’ll show you how to create dynamic Ajax Bar Chart, in this demo I’ve used  Northwind database to populate dynamic Bar chart Please follow the link to download  Northwind  database http://north...

Windows Mobile App Development Part 1: Creating your first application

Image
Introduction Microsoft Visual Studio 2008 Professional Edition or better provides a development environment that allows you to build applications in either native code (C / C++) or managed code (C# / Visual Basic .NET) for Windows Mobile devices. This article provides information to correctly install Visual Studio 2008 and additional Windows Mobile Software Development Kits in order for you to create your first Windows Mobile application, targeting a Windows Mobile 6 device. This article also introduces the Device Emulator which allows you to test your Windows Mobile applications without the need to have a physical Windows Mobile device available. Installation of Visual Studio 2008 and additional SDKs Let us assume you have a brand new development machine that you want to use to develop applications for Windows Mobile devices. The first thing you want to do is install Visual Studio 2008 and, depending on the speed of your Internet connection, you might also want to install al...