Scott Guthrie posted about a cool new ASP.NET server control: Chart. It can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios.
Read more over here: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
Our company has (the first draft of) a new website online. We're still working on the content, but the design is now online. Check it out @ www.mediagarde.nl (Dutch).
While developing a page that was to be used through an inline wrapper, I got an error: "Validation of viewstate MAC failed". This error can usually be resolved by disabling event validation, viewstate encryption or viewstate for the MAC. In my case these solutions did not resolve the issue.
After some testing Response.Redirect appeared to be the cause. I changed the page so it doesn't need the redirect any more, and the problem disappeared. I'll try if ending the response when redirecting will help, but for now I can continue working...
Hope this helps.
I've been busy the last couple of weeks. Between (the announcements at) all the congresses to follow like PDC and Tech·Ed, all the projects to do, the rehearsal for the musical I'm in in December (Dutch) and the start of our new company (Dutch), I didn't have a lot of time to blog...
Since we expect things to settle down in the next couple of days, I'm expecting to pick up where I left in a week or so. Hang in there, and if you have any subjects you would like me to blog about or any questions you would like answered: let me know. Oh, and try to keep those subjects and/or questions development related. ;)
PS I'm guessing you know why I didn't title this post "I'll be back" :)