R
RAM
Hi,
Please help in the following problem:
I am writing ASP.NET application containing page on which I include (IN A
TABLE CELL) a set of asp:TextBoxs in a <table> and asp
ataList control. I
don't understand why asp
ataList is displayed on the r i g t h of the
<table> with asp:TextBoxs, instead of b e l o w. There's only a <br/>
between <table> and asp
ataList.
Here's is my source (indentifiers in Polish language):
MIMMagazyn.master:
<body>
<form id="Formularz" runat="server">
<table>
<tr align="left" valign="top">
...
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder"
runat="server" />
</td>
</tr>
</table>
</form>
</body>
Materia³y.aspx:
<asp:Content ID="Content" ContentPlaceHolderID="ContentPlaceHolder"
Runat="Server">
<MIM:ListaMateria³ów ID="Lista" runat="server" />
</asp:Content>
ListaMateria³ów.ascx:
<table align="left">
....
<tr>
<td>Klasa:</td>
<td><asp:TextBox ID="Klasa" runat="server" /></td>
</tr>
</table>
<br /> <!-- HERE PROBLEM -->
<asp
ataList ID="Materia³yDataList" runat="server">
...
Please help.
THANK YOU!!!
/RAM/
Please help in the following problem:
I am writing ASP.NET application containing page on which I include (IN A
TABLE CELL) a set of asp:TextBoxs in a <table> and asp
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
don't understand why asp
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
<table> with asp:TextBoxs, instead of b e l o w. There's only a <br/>
between <table> and asp
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
Here's is my source (indentifiers in Polish language):
MIMMagazyn.master:
<body>
<form id="Formularz" runat="server">
<table>
<tr align="left" valign="top">
...
<td>
<asp:ContentPlaceHolder ID="ContentPlaceHolder"
runat="server" />
</td>
</tr>
</table>
</form>
</body>
Materia³y.aspx:
<asp:Content ID="Content" ContentPlaceHolderID="ContentPlaceHolder"
Runat="Server">
<MIM:ListaMateria³ów ID="Lista" runat="server" />
</asp:Content>
ListaMateria³ów.ascx:
<table align="left">
....
<tr>
<td>Klasa:</td>
<td><asp:TextBox ID="Klasa" runat="server" /></td>
</tr>
</table>
<br /> <!-- HERE PROBLEM -->
<asp
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
...
Please help.
THANK YOU!!!
/RAM/