Posted on: 1/16/2015 11:46:28 PM | Views : 522

Sorry if there are typos or inc clay error when I'm incredibly bad at English.
It is such that I need to send some value over the epay to receive my payment on my website.
onto hh.aspx looks like this:
<asp:Literal ID="LiteralDKK" runat="server"></asp:Literal> <asp:Literal ID="LiteralPris" runat="server"></asp:Literal> <asp:Literal ID="Literalwindowstate" runat="server"></asp:Literal> <asp:Literal ID="LiteralOrderid" runat="server"></asp:Literal> <asp:Literal ID="Literalmerchantnumber" runat="server"></asp:Literal> on hh.aspx.cs
string dkk = "DKK"; string windowstate = "3"; string merchantnumber = "1111111"; string prisen = "10"; string ordernr = "159sg&quo ...

Go to the complete details ...