Click here to Skip to main content
15,905,614 members

Comments by Member 8336910 (Top 13 by date)

Member 8336910 26-Jul-12 11:09am View    
View with Data -> (passes dictionary through ViewBag or ViewData) ->Controller ->
Pass dictionary to Model so it can be strongly typed -> pass it to a strongly typed view model ->And use ViewData or ViewBag to interpret it in Razor or ASPX. Correct? Kind of like this? http://stackoverflow.com/questions/6290742/how-can-i-transfer-information-of-one-view-to-another
Member 8336910 25-Jul-12 13:34pm View    
It says it is invalid because DATE_TIME_COLLECTED isn't in the aggregate function or the group by. When I added in the group by, it gives me the data
Member 8336910 24-Jul-12 17:18pm View    
Yes I did. I thought I solved it. Then I deleted the first post. Then 5 minutes later I noticed I didn't solve it. Then I posted this post again
Member 8336910 2-Jul-12 18:05pm View    
I might be looking at Google Chart or D3 now. I am having performance issues for graphing about 2500 points with Highchart stockcharts. I believe that test would be like a minimum. So can I get a summary of what have you found so far in google charts with large datasets?
Member 8336910 2-Jul-12 15:45pm View    
I might try that next. I am trying out Highchart stockcharts. So far the chart is much faster. Currently I am trying to learn how to use it. I will try Google Chart tools after and compare which is better