<%@ Page Language="VB" AutoEventWireup="false" CodeFile="farhad1.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>

   <asp:AdRotator id="MyAdRotator" runat="server"
AdvertisementFile="Advertisement.xml"
BorderWidth="2" Height="65px" Width="261px" />


    <form id="form1" runat="server">
    <div>
 
    
        <asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 49px; position: absolute;
            top: 99px" Text="What color?" Width="99px"></asp:Label>
        <asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 180px; position: absolute;
            top: 98px" Text="What city?" Width="104px"></asp:Label>
        <asp:RadioButtonList ID="rcolor" runat="server" CellPadding="0" CellSpacing="0" ForeColor="#33FFCC"
            Height="109px" RepeatColumns="1" Style="z-index: 102; left: 46px; position: absolute;
            top: 127px" Width="95px">
            <asp:ListItem>Blue</asp:ListItem>
            <asp:ListItem>White</asp:ListItem>
            <asp:ListItem Selected="True" Value="Re">Red</asp:ListItem>
        </asp:RadioButtonList>
        <asp:RadioButtonList ID="rcity" runat="server" Height="101px" Style="z-index: 103;
            left: 176px; position: absolute; top: 137px" Width="99px">
            <asp:ListItem>Theran</asp:ListItem>
            <asp:ListItem>Isfahan</asp:ListItem>
            <asp:ListItem>Shiraz</asp:ListItem>
        </asp:RadioButtonList>
        <asp:Label ID="Choiceindex" runat="server" Style="z-index: 104; left: 39px; position: absolute;
            top: 300px" Text="Label"></asp:Label>
        <asp:Label ID="Choiceitems" runat="server" Style="z-index: 105; left: 37px; position: absolute;
            top: 328px" Text="Label"></asp:Label>
        <asp:Button ID="Submit" runat="server" BackColor="#000099" ForeColor="#66FF99" Style="z-index: 107;
            left: 177px; position: absolute; top: 248px" Text="submit" />
    
    </div>
    </form>
</body>
</html>