0
votes
1answer
675 views
How do you graph with Silverlight inside a ASP.NET v3.5 application?
I have the need to do some graphing (bar, chart, pie, trend) and instead of using Infragistics or manually drawing the graphs I want to use Silverlight.
My current ASP.NET application was …
0
votes
Too much physical memory for an asp.net app?
We were having similar situations occur and altered all our database connections to use a try/catch/finally approach.
Try was used to execute code, catch for error collection, and finally to close …
