Duhh.
Yep, getting rid of the ".ToString()" worked. I've noticed in the .NET book that I have (Prosise), he overrides the function LoadPostData(...) when he uses ViewState:
public bool LoadPostData(string postDataKey, NameValueCollection postCollection)
{
string NewText =...