I have a literal which holds a value (quantity), with a link button next to it which when clicked, refreshes the page and replaces the literal with a textbox, allowing the user to enter a new quantity and click update once more so that the textbox changes back to a literal with the new quantity. All...