This exercise includes a simple example for dynamic e-card generator in Chapter 6 in the book of Beginning ASP.NET 4 in VB 2010. The web page is divided into two regions. On the left is an ordinary div tag containing a set of web controls for specifying card options. On the right is a Panel control that is used to display user-configurable text and picture. In this exercise, we are required to study the source codes provided in the book and modify this web site according to the following directions