I'm stumped. The second line of code is failing with a null reference exception...
postValues["x_zip"] = this.zip; postValues["x_first_name"] = "" + this.creditCard.FirstName; "this.creditCard" is valid. "this.creditCard.FirstName" is "DA". But that line returns a null reference exception. How? postValues cannot be null or the previous line would have failed. It is a hashtable, so it allows setting of values in this manner. Any ideas what could be causing a null reference exception? Dino
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
