-
-
If an error occured when running a program that is using the version 7.1 of the runtime, you must intall it to get it work.
But the problem is, where is the runtime?
Yes, it is only available/included with .NET 1.1! So get it, install it, and it should work. Also, guest what... it's not installed by default in Windows Vista ;)
-f.
-
-
There was a great new on ScottGu' Blog, that was stating that a new, and free Charting component, based on the Dundas Charting Component, which was bought by Microsoft a few month ago.
This is a really great suite of charting component, that is already included in SQL Server 2008.
http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
-f.
-
-
Viewstate is a core concept of ASP.Net, but it can be a waste of bytes, when we know that some search engines are only indexing the top of the pages.
This can be done easily, and Scott Hanselman did a really good test on how to do that better.
http://www.hanselman.com/blog/MovingViewStateToTheBottomOfThePage.aspx
-f.