Chapter 6 went into detail on how to connect to a database. It also went into how to create and use, very briefly, session variables. It went into great detail on SQLdata controls and how to set those up to handle different input types as well as how to format view controls to make your information look interesting.
This chapter presented some very simple concepts then applied them in very interesting ways. I am going to reference this chapter as I progress for information on how to manipulate data I obtain from a database.
Tuesday, February 10, 2009
Subscribe to:
Post Comments (Atom)
Also pay close attention to the state management aspect of this chapter with session variables.
ReplyDeleteState management is a topic that is very important for Web application designers to master.