Monthly Archives: August 2011

Investigating EnableViewState and ViewStateMode in .NET 4.0

Today, I stumbled upon a problem with enabling a view state for a control.  It took me about 2 hours to fully comprehend the scope of the problem and to find the fix. I hope that sharing my findings might … Continue reading

Posted in .NET, ViewState | Tagged , | Comments Off

Refreshing Entities in WCF Data Services–Handling Database Triggers

WCF Data Service Context is very smart when it comes to loading entities the data source. It attempts to do it just once. This is to avoid problems related to requesting the same data multiple times, which is bad in … Continue reading

Posted in .NET, Database, Triggers, WCF Data Services | Tagged , , , | Comments Off