CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Apr 2006
    Posts
    3

    Question I need help on Datalist-Urgent

    Hi,
    im doing some work on carting, ive added some element to cart-datalist like;
    Service Name : Amount
    service1 : 599$
    service2 : 199$
    service3 : 199$
    total: 997$

    If i am going to delete/remove service1, it is removed, but amount of service2 (199$) has to be get replaced with 599$, plz would u tell me how to do this, if u have some coding on this plz send it [email protected]
    Last edited by vinayvarma; April 5th, 2006 at 01:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured