ASP.Net »

[19 Nov 2009 | 0 Comments]

This is a very simple way to offer a discount at chckout for customers [More]

ASP.Net »

[31 Aug 2009 | 1 Comments]

You can't have HTML form tags inside aspx form tags. The problem is that ASP.NET pages are forms themselves, surrounded by a single tag that automatically posts back to itself. Therefore, you cannot embed an HTML form inside this server form.
Shown below is typical code for a PayPal "BuyNow" button. [More]

ASP.Net »

[7 Nov 2007 | 8 Comments]

This article shows you, how to pass values from one page to another page by using Response.Redirect [More]