Search

You searched for the word(s): userid:691310

Matching Posts

  • Re: Problem with increasing counters in gridview

    thanks for the info.. however, i still unable to solve the problem that i have mention in the earlier post which is when i clicked on the "addCart" button for the first, the counter is 1. but when i clicked it many times, the counter did not increase. Is there any possible way to increase the counter so that i am able to keep track the number of items in the shopping cart ( which is maintained by the arraylist) ? below is my new code, but it does not seem to work : countLbl.Text = "Before " &
    Posted to Getting Started (Forum) by gal12 on 11/12/2006
  • Re: Problem with increasing counters in gridview

    Is it possible to store it as a session and be used on shopping cart.aspx? eg: session("cart") = arraylist
    Posted to Getting Started (Forum) by gal12 on 11/11/2006
  • Re: Problem with increasing counters in gridview

    hi azamsharp, you mentioned about using viewstate or session.. how am igoing to use it? i am still new in using asp. I am holding the counter in the arrayList so that i am able to check the number of items i have added to my shopping cart. then i am able to retrieve it back on my shoppingcart.aspx. the arraylist contain objects ( which have the productId, productName, productPrice) Thanks, gal12
    Posted to Getting Started (Forum) by gal12 on 11/11/2006
  • Problem with increasing counters in gridview

    Hi, i met a problem while trying to increment the counter for my gridview.. I have a button "addcart" in one my (template)column. So when the user click on the button, the arraylist that i am using to store the item object should increase. Eg: before i click the addcart button, the counter is 0,when i click on the addcart btn , the counter should increase to 1.And when i click the button again, it should increase to 2 and so on.. The problem i am facing is i am unable to increase the counter no matter
    Posted to Getting Started (Forum) by gal12 on 11/11/2006
  • Re: Frustated of FindControl. FindControl in GridView's ItemTemplate

    thanks.. i managed to solve my problem.. i missed out one part of the code... opps....
    Posted to Data Presentation Controls (Forum) by gal12 on 11/10/2006
  • Re: Frustated of FindControl. FindControl in GridView's ItemTemplate

    hello.. I tried to use this function as well.. but i got an error stating that String cannot be converted to int type on this line " Dim rowindex As Integer = CInt(e.CommandArgument) " I tried to convert to String and int16 ,int 32 type but to avail... I need some help.. Thanks in advance..
    Posted to Data Presentation Controls (Forum) by gal12 on 11/8/2006
Page 1 of 1 (6 items)