james6754 39 Junior Poster

Hi there...im after a bit of adivce..I am doing an assignment that requires reading grades from a file...seeing how many grades there are of each and for higher marks outputting them to a html file in the form of a graph(instead of a graph to the console screen)...

Could anyone give me a bit of advice as what to check out and read around in order to do this...I have tried using


Textwriter writeme = new StreamWriter("Grades.html");
writeme.WriteLine ("THE TEXT");
writeme.Close();

but surely this would be a nightmare to be putting all the info in these writeline blocks....any help?? thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.