I am doing a aspx page in vb.net. Trying to get a few objects to line up and what a pain in the butt. Here is the following code. I am trying to get the the dropdownlist and the checkbox list to be next to each other with a few spaces in it. No matter what I do it doestnt work. Please help. Here is the code.
<asp:panel id="Panel1" style="Z-INDEX: 103; LEFT: 128px; POSITION: absolute; TOP: 103px" runat="server"
Height="700px" Width="830px" HorizontalAlign="Center" BackColor="Transparent" BorderColor="White"
BackImageUrl="
http://www.theapartmentgallery.com/Newweb/images/Background/Backgroundjustpie copy.jpg">
<DIV id="center_menu_id" align="center"></DIV>
<P></P>
<P></P>
<P> </P>
<P align="left"> &
nbsp;</P>
<P align="left"> &
nbsp; 
; &nb
sp; &
nbsp; 
;<STRONG>S
elect
Property to Search</STRONG></P>
<P align="left"> &
nbsp; 
;
<asp:DropDownList id="ddProperties" runat="server" Width="231px"></asp:DropDo
wnList>
<asp:CheckBoxList id="CheckBoxList1" runat="server"></asp:Check
BoxList></
P>
<P align="left"> </P>
<P align="left"> </P>
<P align="left"> </P>
<P align="left"> </P>
<P align="left"> </P>
<P p;
&nbs
p; &n
bsp;
&nbs
p; &n
bsp;
&nbs
p; &n
bsp;
&nbs
p; &n
bsp;
&nbs
p; &n
bsp;
&nbs
p;
<asp:Button id="Button1" runat="server" Width="114px" Height="37px" Text="Begin Search"></asp:Button></P>
<P>
<asp:DataGrid id="dgResidents" runat="server" Width="679px" Height="132px" BackColor="Aqua" AutoGenerateColumns="False
">
<SelectedItemStyle BackColor="Blue"></Selecte
dItemStyle
>
<HeaderStyle ForeColor="White" BackColor="Black"></Header
Style>
<Columns>
<asp:BoundColumn DataField="aptnumber" HeaderText="Apt No."></asp:BoundColumn>
<asp:BoundColumn DataField="name1" HeaderText="Resident Name"></asp:BoundColumn>
<asp:ButtonColumn Text="Button" DataTextField="tenantid" HeaderText="Resident ID" CommandName="PickResident"
></asp:But
tonColumn>
<asp:BoundColumn Visible="False" HeaderImageUrl="Tenantid" DataField="tenantid"></asp
:BoundColu
mn>
</Columns>
</asp:DataGrid></P>
<P>  
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp;
</P>
<P>  
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp; 
; &nb
sp; &
nbsp;
</P>
<P> </P>
</asp:panel>
Start Free Trial