asp.net details view align

  • Thread starter Thread starter munene.lewy
  • Start date Start date
M

munene.lewy

Guest
I am trying to align details view at the center of a div but it keeps on aligning left
<asp:DetailsView ID="DetailsView1" runat="server" Height="50px" Width="125px"
HorizontalAlign="Center" AutoGenerateRows="False" DataKeyNames="Reg_no"
DataSourceID="SqlDataSource1
<field>
</Fields>
</asp:DetailsView>

Continue reading...
 
Back
Top