hello
it is such that I have to send something to my json content to the next page that it requires,
each json is unique as to be something forskellelig with spoken as I have written.
i have try its here;
//it is such that I have to use json to each of these boxes here,
//that is to say they have every day value which they must transmit with,.
if (Convert.ToInt32(Session["prisenid"]) == 1)
{
//get id 1
javascript.InnerHtml = @"paymentwindow = new PaymentWindow({ 'merchantnumber': ' " + merchantnumber + " ', 'subscription': '1', 'recurring': '{'subscription':{'emailaddress':' " + email + " '},'recurringplanlist':[{'481':1}]}' });";
}
else if (Convert.ToInt32(Session["prisenid"]) == 2 ...
Go to the complete details ...