Thank-you for your help, the products and prices are appearing in the textboxes now, to complete the assignment I need to do the following:
On the order form with the relevant product and price in the textboxes a quantity is entered, when add to basket link is clicked the user is taken to the shopping basket form which is the last form in the application showing the contents of their order, (Description, price, quanity and total) in a datagrid with a text box also showing the order value
The user can then either click place order, this then results in an email being sent with the order details and taken to a conformation page, the basket should then be cleared
The other option is to click carry on shopping, the user is then taken back to the products page and allowed to add further contents to the shopping basket
Any tips/advice on how to approach this would be appreciated, I'm not looking to be spoon fed the answer, just need a guide being new to the language
Thanks