there are lots of ways to implement it. Here are couple of good articles to begin
http://weblogs.asp.net/scottgu/archive/2006/04/11/Credit-Card-Payment-Processing-with-ASP.NET.aspx http://www.vbdotnetheaven.com/UploadFile/munnamax/PaymentGateway02152006022631AM/PaymentGateway.aspx?ArticleID=c3f8193b-3419-4c89-8c1e-ceb2d460df09&Pa http://www.dotnetheaven.com/Uploadfile/munnamax/ShoppingCart02102006010016AM/ShoppingCart.aspx On Fri, Jun 4, 2010 at 8:35 PM, Jamie Fraser <[email protected]> wrote: > while(true) { > GetPayment(); > } > > There you go. > > On Fri, Jun 4, 2010 at 5:51 AM, VB <[email protected]> wrote: > > Hi, > > I want to implement Recurring Payment in ASP.NET <http://asp.net/> 2.0. > Kindly assit me > > from where I have to start thinking and what I need to do to implement > > this. > > Thanks, > > VB >
