ASP 和 C# 中特定的点击计数机制

发布于 2025-01-04 01:01:35 字数 134 浏览 1 评论 0原文

如果您使用链接到 .cs 文件的 .aspx 文件(该文件从 SQL 服务器获取标题,而不使用外部文本文件通过读入和读出来跟踪),那么在 HTML 中显示点击计数器的好方法是什么?我真的不想使用 javascript,因为我想将它与特定的 ID 相关联。

What is a good way to display a click counter in HTML, if you are using a .aspx file that links to a .cs file which obtains headings from a SQL server without using an external text file to keep track by reading in and out? I'd really rather not use javascript because I want to associate it with a specific ID.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舟遥客 2025-01-11 01:01:35

您将需要某种持久存储来随着时间的推移进行跟踪。因此,要么是文本文件,要么将每次点击记录到数据库表中。

you'll need some sort of persistent storage to keep track over time. So either a text file, or recording each click to a database table.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文