|
Date:
|
09 Oct 2009
|
|
Title:
|
Keeping ViewState on the server.
|
|
Description:
|
The ViewState can be very large on a webpage and can make an impact on the download speed of your webpages, this is especially noticable if the user is on a slow/dialup connection.
more...
|
|
Author:
|
admin
|
|
Date:
|
09 Oct 2009
|
|
Title:
|
Using "LINQ to SQL" and "SQL", to select records in random order.
|
|
Description:
|
Sometimes we may want to select the records from the database in a random order using both SQL Server and LINQ. This is not that difficult as you will see.
more...
|
|
Author:
|
admin
|
|
Date:
|
09 Oct 2009
|
|
Title:
|
SQL Server: CASE Statement.
|
|
Description:
|
This is a good way of adding a form of IF statement to a SQL Query.
more...
|
|
Author:
|
admin
|
|
Date:
|
02 Oct 2009
|
|
Title:
|
Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. error using CrystalReportViewer
|
|
Description:
|
This error cost me 8 hours searching the internet to find the solution, I found many viable fixes, but none seemed to work for me.
more...
|
|
Author:
|
admin
|
|
Date:
|
24 Sep 2009
|
|
Title:
|
When you need to summarize bi-annually
|
|
Description:
|
I searched for a way to make a report summarize half yearly and found nothing useful.
more...
|
|
Author:
|
admin
|