Wednesday, June 2, 2010
F%*$( \ T+ eayh
hahahhahahah yahooo evry thng wr0ks ahahhahahah(eivl luagh) xD
n0w i hve to meka thsi CMS to wroks the olny thng i ned yuo to do si raed ths thnig
n0w i hve to meka thsi CMS to wroks the olny thng i ned yuo to do si raed ths thnig
Friday, May 21, 2010
YES!!!!!!!!!!!
my god dam decrease button works............ it was just a fluke i'dont know how it works but it works HAZA!!!!!!!!!!!!
' get the CartID of the row that has been selected
Dim intCartID As Integer = e.CommandArgument
' Instantiate a User object.
Dim ThisShoppingCart As ShoppingCarts = Session("shoppingCart")
' Determine what the CommandName is & call operations accordingly.
If e.CommandName = "Increase" Then
ThisShoppingCart.IncreaseCartQuantity(intCartID)
End If
If e.CommandName = "Decrease" Then
ThisShoppingCart.DecreaseCartQuantity(intCartID)
End If
If e.CommandName = "Remove" Then
ThisShoppingCart.RemoveFromCart(intCartID)
End If
' WORKAROUND: Refresh the page to ensure the user panel is updated with current shoppingcart info.
Response.Redirect("shoppingCart.aspx")
End Sub
' get the CartID of the row that has been selected
Dim intCartID As Integer = e.CommandArgument
' Instantiate a User object.
Dim ThisShoppingCart As ShoppingCarts = Session("shoppingCart")
' Determine what the CommandName is & call operations accordingly.
If e.CommandName = "Increase" Then
ThisShoppingCart.IncreaseCartQuantity(intCartID)
End If
If e.CommandName = "Decrease" Then
ThisShoppingCart.DecreaseCartQuantity(intCartID)
End If
If e.CommandName = "Remove" Then
ThisShoppingCart.RemoveFromCart(intCartID)
End If
' WORKAROUND: Refresh the page to ensure the user panel is updated with current shoppingcart info.
Response.Redirect("shoppingCart.aspx")
End Sub
Tuesday, May 11, 2010
Product grid view
today i am now coding my store product page with the grid view.
i made two classes Product with the getters and setters etc and my productlist which will list the prcedures to list = my product to the array list
showing product name.price and a image and the other connection string will display name,price,image and description
i made two classes Product with the getters and setters etc and my productlist which will list the prcedures to list = my product to the array list
showing product name.price and a image and the other connection string will display name,price,image and description
i found a back door!!!
If CategoryID = 501 Then
intCategoryID = CategoryID
strCategoryName = categoryName & "501"
intProductID = ProductID
strProductName = ProductName & "501"
strDescription = ProductDescription & "501"
decPrice = ProductPrice
End If
Xd ahhahahahahahh........................
this thing just writes 501 at the end of a qury string
intCategoryID = CategoryID
strCategoryName = categoryName & "501"
intProductID = ProductID
strProductName = ProductName & "501"
strDescription = ProductDescription & "501"
decPrice = ProductPrice
End If
Xd ahhahahahahahh........................
this thing just writes 501 at the end of a qury string
Wednesday, May 5, 2010
Master \page
ok this time i finsh my master page i have to make two master page on for the store pages and one for the normal pages
Saturday, March 27, 2010
haza just made my draft interface
will put it up load it soon i cant now cause using my old PC ( to lazy2 turn on my other PC :p)
just one problem my menu system needs fixing which is now giving me a headache ahhhhhhhhhhhh. :(
just one problem my menu system needs fixing which is now giving me a headache ahhhhhhhhhhhh. :(
Subscribe to:
Posts (Atom)