Nick, it didn't seem to work. I got transferred to PayPal but when I went through the process and 'checkout out' of PayPal I was transferred back to a Cart page with another Pay button on it. When I clicked that button I got the error below. I check my PayPal account and the charge is listed as PENDING. Let me know what I need to do to get the Master.master page.
Rick
Server Error in '/' Application.
Compilation Error
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and
modify your source code appropriately.
Compiler Error Message: CS1502: The best overloaded method match for 'string.Split(params char[)' has some invalid arguments
Source Error:
|
Line 21: if (string.IsNullOrEmpty(CSContext.Current.User.GetExtendedAttribute(Request.QueryString["t"]))) Response.Redirect("/ThemeShop/"); Line 22: List<string> vals = new List<string>(); Line 23: foreach (string s in CSContext.Current.User.GetExtendedAttribute("nbThemes").Split(",")) Line 24: vals.Add(s); Line 25: foreach (string s in CSContext.Current.User.GetExtendedAttribute(Request.QueryString["t"]).Split(","))
|
Source File: c:\HostingSpaces\nbrown\nbdev.co.uk\wwwroot\Themes\Athena\Themes\ThankYou.aspx.cs
Line: 23