PDA

View Full Version : سوال: مشکل در نحوه استفاده از DataList در ASP.NET



Behnam6670
یک شنبه 25 فروردین 1392, 02:05 صبح
سلام من دارم یه سایت طراحی میکنم قسمت رزرو بلیتش رو براتون عکسش رو میزارم یه نفر راهنماییم کنه چطوری میتونم فاصله بین دو سطر موجود تو DataList پایین رو بردارم و سطر ها به هم بچسبن؟
102791

Mohammadvb6
یک شنبه 25 فروردین 1392, 11:28 صبح
کد های html ، دیتالیستو بزارید تا بررسی بشه.

Behnam6670
یک شنبه 25 فروردین 1392, 12:17 عصر
<asp:DataList ID="DataList1" runat="server" DataSourceID="LinqDataSource1" EditItemStyle-HorizontalAlign="Center" EnableViewState="false"
HorizontalAlign="Center" ItemStyle-Wrap="false" ItemStyle-VerticalAlign="Top" SeparatorStyle-Height="2px">
<ItemTemplate>
<div class="grid">
<div style="left: 500px; width: 200px; height: 117px; background-color: #eee">
<div style="top: 25px;">
ریال<asp:Label Font-Bold="true" ID="Label1" runat="server" Text='<%# Eval("price") %>'></asp:Label>
</div>
<br />
<div style="top: 50px;">
<asp:Button CssClass="gridButton" ID="Button1" runat="server" Text="انتخاب" />
</div>
</div>
<div style="left: 0px; width: 465px; height: 117px; bottom: 117px; padding: 15px;">
<div style="height: 40px;">
<div style="float: left; width: 100px; height: 35px; padding-top: 0px;">
<div style="height: 35px; float: left; width: 35px; padding-top: 5px;">
<img alt="" class="style1" src="../images/airLine.gif" /></div>
<div style="height: 35px; float: right; width: 35px; padding-top: 10px;">
<asp:Label Font-Bold="true" ID="Label2" runat="server" Text='<%# Eval("airLine") %>'></asp:Label>
</div>
</div>
<div style="padding: 5px; height: 35px;">
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<span style="color: #f6068d;">
<asp:Label Font-Bold="true" ID="Label3" runat="server" Text='<%# Eval("time") %>'></asp:Label>
</span>
</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<span style="color: #f6068d;">کیش</span>
</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<span style="color: #f6068d;"><<--</span>
</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<span style="color: #f6068d;">
<asp:Label Font-Bold="true" ID="Label4" runat="server" Text='<%# Eval("path") %>'></asp:Label></span>
</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<span style="color: #f6068d;">
شماره پرواز</span>
</div>
</div>
</div>
<div style="height: 8px;">
</div>
<div style="height: 2px; background-color: #ccc">
</div>
<div style="height: 8px;">
</div>
<div style="height: 40px;">
<div style="float: left; width: 100px; height: 35px; padding-top: 0px;">
<div style="height: 35px; float: left; width: 35px; padding-top: 5px;">
<img alt="" class="style1" src="../images/airLine.gif" /></div>
<div style="height: 35px; float: right; width: 35px; padding-top: 10px;">
<asp:Label Font-Bold="true" ID="Label6" runat="server" Text='<%# Eval("type") %>'></asp:Label></div>
</div>
<div style="padding: 5px; height: 35px;">
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<div style="left:35px;">
<asp:Label Font-Bold="true" ID="Label9" runat="server" Text='<%# Eval("date") %>'></asp:Label></div>
</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<div style="left:55px;">
<asp:Label Font-Bold="true" ID="Label7" runat="server" Text='<%# Eval("day") %>'></asp:Label></div></div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">

</div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<asp:Label Font-Bold="true" ID="Label5" runat="server" Text='<%# Eval("space") %>'></asp:Label>
ظرفیت </div>
<div style="height: 35px; float: left; width: 70px; padding-top: 5px;">
<asp:Label Font-Bold="true" ID="Label8" runat="server" Text='<%# Eval("pkID") %>'></asp:Label></div>
</div>
</div>
</div>
<div style="height: 40px;">
</div>
</div>
</div>
</ItemTemplate>
</asp:DataList>