<%@ page language="VB" masterpagefile="~/Site2.master" %>

<asp:content id="Content1" contentplaceholderid="FlowerText" runat="server">
    With sunshine, water, and careful tending, roses will bloom several times in a season.
</asp:content>
<asp:content id="Content2" contentplaceholderid="FlowerPicture" runat="server">   
    <asp:Image id="image1" imageurl="~/images/rose.jpg" runat="server"/>
</asp:content>

