Hi all. I'm very new to Silverlight and programming in general so help me out here.
I want to plot a Silverlight line/area graph by getting it's coordinates from a database when the user enters some data. The graph will change its value (by pressing refresh on the browser) when the value in the database changes according to what the user enters. I wish to implement this graph (or application) in a HTML environment, like Expression Web.
I am using Visual Studio 2008 .NET 3.5 and C# to do my Silverlight application and SQL Server 2008 for my database. Using Visifire is out of the question. Anyone to give me a head start? Thanks.
Bao