what is best solution or approach for the server to client project through web Pinnew member pallaka
-
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.....
Thats depends on your requriment. See, if you want to developed it using ASP.NET, ASP.Net has nothing to do with your hardware. Web application can read data from database or some file and can display the graph on pages. Now how to display the graph : There are many graph and chart control available. If you are going to do it using ASP.NET and you have 3.5 SP1 framework, then you can use Microsoft Chart Control. If you want to lookin for third party, check with Dundas or Fusion Chart. :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Thats depends on your requriment. See, if you want to developed it using ASP.NET, ASP.Net has nothing to do with your hardware. Web application can read data from database or some file and can display the graph on pages. Now how to display the graph : There are many graph and chart control available. If you are going to do it using ASP.NET and you have 3.5 SP1 framework, then you can use Microsoft Chart Control. If you want to lookin for third party, check with Dundas or Fusion Chart. :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
Actually i have done the same thing in VC++ as a stand alone.....application.I mean i have a hardware i am getting the data through serial port....i am storing in the My SQL DataBase i iam reading it and displaying the Grapph.But now i need to support it online...i mean if i click www.exgraph.com i will get a page and which display the graph.i hope u understand my problem.I am not familliar with what is server and how i can connect to the www.....and hoy i can block the memory in the server...I hope the server are third party and i need to buy so where i can get that.....