User Profile

Collapse

Profile Sidebar

Collapse
AndrewStone
AndrewStone
Last Activity: Apr 10 '13, 09:14 AM
Joined: Mar 26 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AndrewStone
    started a topic Deleting a row in gridview

    Deleting a row in gridview

    I have a gridview with a delete command...

    I really need to delete items by 'Product ID', instead of 'SessionID' - that is displayed in the code below...

    I have tried: " DeleteCommand=" DELETE * FROM [Basket] WHERE [SessionID] = ?" "... but it does not delete any of the records, just refreshes the gridview... Any help would be greatly appreciated.
    Code:
    <asp:GridView ID="GridView2" runat="server"
    ...
    See more | Go to post

  • calculating total price from gridview values

    Good afternoon... I have searched for a solution, but yet to have success... I basically have a fictional shopping cart that contains a column for price. In the footer of the gridview, i need to show the total price of the 'ProductPrice' column. I need the total price to update everytime records are deleted... Is this possible? Currently my total price is stuck at '0' and does not change.

    Here is the code for the gridview:
    ...
    See more | Go to post

  • Link to certain view in a different page

    Good evening,

    Okay... So I need a navigation bar at the top of the master page that will link the user to a specific view on a specific page...

    Is this possible? I've tried so many things and searched online endlessly, but no result.

    Any help would be greatly appreciated, thank you!
    See more | Go to post

  • AndrewStone
    started a topic Creating tables/relationships for e-commerce

    Creating tables/relationships for e-commerce

    Good afternoon!
    I am required to build an e-commerce website using visual studio (2010)with an MS Access database... The website will sell a variety of things from food, hospitality, etc.

    I was just wondering if anyone could assist in detailing the tables and relationships that are needed to create the Access database...

    The website requires a shopping cart also, would this be an additional table in the database?...
    See more | Go to post
No activity results to display
Show More
Working...