Forgive the vague title, but for the life of me I can't remember the technical piece of jargon I need to describe what I want to achieve.
I'm looking to develop an ASP.NET point of sale system. I've previously built a number of data management tools using ASP.NET and the various data controls that Visual Studio can offer, but now I need to create something a little more dynamic, live and
responsive.
A good example of what I'm going to be working towards can be seen in the
free DealPOS demo here. Check out the sales screen and you'll see that it is highly responsive and all done within one page - no form submissions that take you to another page.
I've used the AJAX Control Toolkit a few times but I don't see it has the potential to achieve that. What kind of tools would I need to achieve this?
Go to the complete details ...