Wednesday, July 11, 2007

ASP.NET ItemStyle & AlternatingItemStyle

Data Repeater
A. Printouts: HTML View and Code View for both Category and CatetoryDetails page.
B. Printouts showing both working
A. Print Code, HTML, Template Editor
B. Print Running both Normal and Edit.
3. New Project Chap19
A. Add a new Web Page Products
C. Bind to Products Table as Shown
1. Note formatting on Price.


Unlike shown… use a table to make text boxes line up.
4.
5. Save = update or insert based upon “Add Mode”
A. Save and delete use CommandArgument to hold ProductID
6. Add
7.
A. Note:
1. Use2. Photos come from images.google.com
a) Right click on image and save in an images folder
b) Consider using ProductID or ProductName as image name.
c) Use either the PhotoURL derived column in the SQL statement as shown in the book OR
d) Build the path directly into the HTML.
B. Edit and Add New as shown above
2. Cut and paste both the link button and code.
C. Print:
1. Code, HTML, Screen prints of display and edit mode.
2. Show saved changes