ASP.NET 2.0 ProfessionalIf you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I would like to draw a line-chart base on values from a database.
I have tried to follow the lessons in Wrox book 'Asp.Net Web Forms Techniques', but haven not been succeful as the book is based on Asp.net1 and I work with asp.net2 with Visual Studio 2005/C#.
The datasource and the connectionsstring is not the problem, it is the all the code that i neccessary.
Does anyone know where to find this type of code?
Olof
Well charting is not an inbuilt control with .net technology, unless you are using Reporting Services, for customized chart options, you can try one of the links below:
Generally, you shouldn't have a problem with a 1.1 to 2.0 conversion. There isn't much that works in 1.1 that doesn't work or have an equivalent in 2.0.
Are you haven't a problem with something specific that you can tell us about?