ASP.NET ViewState Review Chief EditorJanuary 31, 2010Was going through the internals of the ways that ASP.NET engine handles the Viewstate. Came across this wow article by Scott Mitchel . The...Read More
MCMS: Problem Installing MCMS SP1a, J# 3.0 is required! Chief EditorJanuary 26, 2010Problem Installing MCMS SP1a, J# 3.0 is required! There is no un/official semi-ignored release of J# 3.0 or J# 3.5; then why Microsoft C...Read More
.NET Cryptographic Services Chief EditorJanuary 22, 2010Quick note, in cryptography services; .NET framework provides with the ability to securely transmit sensitive data. It implements a streams-...Read More
ASP.NET: How to pass NULL value to Crystal Reports Chief EditorJanuary 20, 2010Question: How to pass NULL value, or "no value", to parameters defined in, probably user defined, Crystal Reports, that in turn a...Read More
Button click event being called automatically upon Page Refresh Chief EditorJanuary 13, 2010Problem statement: Button click event being called automatically upon Page Refresh (F5). Bug: When I press F5, I get duplicate records. ...Read More