Is the question not stated correctly? I have received no answers. Thanks
I'm in the Andes Coffee tutorial. Followed instructions and triple checked my work. The product_detail.asp works perfectly in Live Data View. The product_update.asp shows only the first record of the database in the product name field only. No matter what I set the ?index=21 to I can only show the first record. All databindings and server behaviors and recordsets match the detail pages attributes. Uploaded pages for sure. I've been trying to figure this out for over a week. Could someone please help me out.
It's not that one James. It's the lesson on Making Form Objects Dynamic that starts on pg 51. I've completed the lesson up to pg 73 ( Training from the Source ) where you just finished Binding Check Boxes to Data. Moved page files to server side in site manager and when I do Live Data View I get the Biscotti name ( 1st record in database ) in the Product Name Field and when I put index=21 in the url, ( refresh set to auto ) like the lesson tells you to do I get the Biscotti and nothing else. I should get the Discontinued box checked as the server behavior is set to pick up the -1 in the discontinued field in record 22, index 21. Also, when using LDV I don't think I have to do the Put manually, I believe UD4 does it automatically when you click the LDV icon. Correct?