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