hi..iv created a table and placed labels in every row of the table....
when i run it,all the labels misplace in the page as if they have not placed in the rows...
what should i do?
i have another question about the size of a the page...
what size it should be and where i should set it....

So you have code that looks like this:

<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<asp:Label runat="server" ID="label1" Text="Some Label Text" />
</td>
</tr>
<tr>
<td>
<asp:Label runat="server" ID="label2" Text="Some More label Text" />
</td>
</tr>
</table>

right? :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.