what is best solution or approach for the server to client project through web
-
i have a hardware....i am receiving data in to the server and from there i need to display the graphs...... My question .....what the best approach i must use so the application to display the graphs online using WWW..... i need the concept and materials and samples if any body already did it..... Kindly note i dont want the logic how to draw the graphs.....i need the best way to do in what technology.....
-
i have a hardware....i am receiving data in to the server and from there i need to display the graphs...... My question .....what the best approach i must use so the application to display the graphs online using WWW..... i need the concept and materials and samples if any body already did it..... Kindly note i dont want the logic how to draw the graphs.....i need the best way to do in what technology.....
Hi If you want to present the graphs online (and this is a .net forum) I would say use ASP.NET. You could preprocess the incoming data, so that not every request triggers the redraw of your graph. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.