I m using ASP.NET and a Repeater control to display my data. The data I have is in stored in a List. How would I implement a simple calculator that is affected in real time? Would I have to use AJAX, or is it possible to do it client-side? I d like the user to be able to change the quantity, with the new price being visible immediately. Seeing as there s a lack of persistence, is there way to prevent constant round-trips to the database to get the price of an item? Thanks
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...