Posts Tagged “ASP.NET”

ASP.NET Error – The state information is invalid for this page and might be corrupted

by Steven Ng on June 27, 2010

I ran into this error a second time in the last couple of years and totally forgot how I fixed it, so i’ll blog what my situation and resolution was as a reminder and hopefully to help others.

Using MySpace REST API with OAuth and C#

by Steven Ng on March 17, 2009

In this example we will make a REST call to MySpace, get back 100 of our friends and display them on a web page. Because we’re accessing personal private information, you need to pass some authorization parameters with your REST … Read the rest