How to create a nice Order page?
-
Hi, I want to create a page with Ajax support that has a table showing 20 products the use may buy. The user must fill the quantities (for the desired products) and leave some (or all) blank then click the submit button. When he clicks submit I'll execute some code that update the db order table and fill the html with the next 20 products (if any), that's why I'm gonna use ajax. My questions are: 1) What controls should I use to repeat the table lines 20 times (or less if there is not 20 items left) 2) How do I trace what products have quantities not empty? Thanks, Dirso. PS: Sorry for this n00b question
Thanks, Dirso
-
Hi, I want to create a page with Ajax support that has a table showing 20 products the use may buy. The user must fill the quantities (for the desired products) and leave some (or all) blank then click the submit button. When he clicks submit I'll execute some code that update the db order table and fill the html with the next 20 products (if any), that's why I'm gonna use ajax. My questions are: 1) What controls should I use to repeat the table lines 20 times (or less if there is not 20 items left) 2) How do I trace what products have quantities not empty? Thanks, Dirso. PS: Sorry for this n00b question
Thanks, Dirso