Download Source code:
www.dropbox.com/s/3l6qgkilfvdd9xz/Source_5.rar?dl=0
Download Starter Pack:
www.dropbox.com/s/h1271av55mohnkb/Starter_4.rar?dl=0
Discuss on the Forums:
codeshedforums.proboards.com/thread/26/create-webshop-asp-net-5?page=1&scrollTo=130
Leave a Reply
171 Comments on "Create a webshop with Asp.Net – Part 5"
Your problem isn't theres, make sure you have the fillPage method correct also, if it is correct it's probably you database that's wrong
Having an issue with #ContentPlaceholder1_pnlProducts style. Its not changing anything on my Index.aspx panel. The pictures an info are there. Huge picture and not change to font. Im using visual studio 2015.
u already helped?
when adding to cart i get an error message An error occurred while updating the entries. See the inner exception for details. —> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. —> System.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Purchase_Customer". The conflict occurred in database "Garage", table "dbo.Customer", column 'ID'. The statement has been terminated
My images are not displaying from left to right, just vertically. What am i doing wrong?
Did you find the mistake? I am the same problem.
diogo? can u contact me? whatsapp: +351 927215330email: goncasdanny@hotmail.com
If the images are in the css style size but not horizontally, make sure you wrote the css content #ContentPlaceHolder1_pnlProducts properly, in my case I had one letter as lowercase in css and uppercase in the Id, the css tags have to match the Id you gave exactly, it fixed my vertical issue
My images are not displaying from left to right, just vertically. What am i doing wrong?
pnlProducts.Controls.Add(productPanel); error is coming can you tell me wot is the problem bro (System.NullReferenceException was unhandled by user code)
pnlProducts.Controls.Add(productPanel); error is coming can you tell me wot is the problem bro (System.NullReferenceException was unhandled by user code)