gpt4 book ai didi

ASP.NET、MySQL 和 div 元素 - 如何用于我的在线广播电台站点?

转载 作者:行者123 更新时间:2023-11-29 03:45:52 25 4
gpt4 key购买 nike

我正在将我的在线广播电台站点从 HTML 转换为 ASP.NET,并且在我的服务器上运行了一个测试副本。

但是,在我的一个 ASPX 文件(日程表页面)中,我试图从数据库中提取内容以填充 DIV 文件,如下所示:

    <div class="divider"></div>
<div class="main" style="width:552px;">
<img src="headphones.gif" width=115 height=60>
<div class="time">00:00</div>
<div class="show"><h3><b>Non Stop Hits</b></h3>
<p>Get more non-stop music through the night.</p></div>
<div class="footer"></div>
</div>

<div class="divider"></div>
<div class="main" style="width:552px;">
<img src="empty.gif" width=115 height=60>
<div class="time">08:00</div>
<div class="show"><h3><a href="article.aspx?id=114934"><b>John Smith</a></b></h3>
<p>John wakes you up on Sunday</p></div>
<div class="footer"></div>
</div>

<div class="divider"></div>
<div class="main" style="width:552px;">
<img src="empty.gif" width=115 height=60>
<div class="time">12:00</div>
<div class="show"><h3><b>Non Stop Weekend</b></h3>
<p>Your requests non-stop!</p></div>
<div class="footer"></div>
</div>

<div class="divider"></div>
<div class="main" style="width:552px;">
<img src="headphones.jpg" width=115 height=60>
<div class="time">16:00</div>
<div class="show"><h3><a href="http://"><b>The 90s Weekend</a></b></h3>
<p>Every song is a hit from the 90s!</p></div>
<div class="footer"></div>
</div>

<div class="divider"></div>
<div class="main" style="width:552px;">
<img src="headphones.jpg" width=115 height=60>
<div class="time">19:00</div>
<div class="show"><h3><b>YourInternetstation.com</b></h3>
<p>More non-stop music!</p></div>
<div class="footer"></div>
</div>

我习惯于在 PHP 中对此进行 SQL 查询,但在 ASP.NET 中你会怎么做呢?此外,虽然我的文件显示为 schedule.aspx,但我如何在 IIS 中将它们重命名为 schedule.customextension 和(每天)schedule.customextension?day=7

是否可以在 IIS 中每天显示不同的日程安排页面?我试过了,他们总是以表格形式显示!

最佳答案

欢迎来到将 ASP.NET 映射到您的 PHP 体验的第一个障碍。

为此,您可能会使用 repeater control .您需要了解这样一个事实,即 HTML 并没有像在 PHP 中那样与逻辑混合,它们被分成 .aspx 和 .cs,其中控件将两者映射在一起。 p>

为了首先将数据导入您的应用程序,请查看 data access tutorial .

关于ASP.NET、MySQL 和 div 元素 - 如何用于我的在线广播电台站点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5621505/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com