TAILIEUCHUNG - ASP.NET 2.0 Everyday Apps For Dumies 2006 phần 5

Tham khảo tài liệu ' everyday apps for dumies 2006 phần 5', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Chapter 6 Building a Shopping Cart Application 161 data into another table that also has an identity column. In that case the @@IDENTITY function returns the identity value for the second table. Fortunately the Cart database doesn t use triggers so the @@IDENTITY function will correctly return the identity value generated by the Orders table. Connecting to the database The connection string used to access the Cart database is stored in the application s file like this connectionStrings add name ConnectionString connectionString Data Source localhost SQLExpress Initial Catalog Cart Integrated Security True connectionStrings The only place in the application that references this connection string is here in the file. This makes it easy to relocate the database when you put the application into production. The Application s Folders The Shopping Cart application includes the following folders Root The application s root folder contains the application s six pages and as well as the Master Page . App_Data This folder is designed to store databases used by the application. However this particular application uses a database that s stored in a location that s determined by SQL Server. So the database for our Cart isn t actually stored in this folder. If you use the script presented in Listing 6-1 to create the database the database file is stored in C Apps. App_Code This folder contains the C or Visual Basic code files that define the classes used by the application. For more information about these classes see the section Designing the Classes later in this chapter. Images Here you ll find the banner image displayed by the Master Page and the image files that show pictures of the store s products. 162 Part III Building E-Commerce Applications Designing the Classes Unlike most of the other applications presented in this book the Shopping Cart application depends on .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.