ASP.NET中的轮询控制(Polling Control in ASP.NET)

编程入门 行业动态 更新时间:2024-10-26 08:31:32
ASP.NET中的轮询控制(Polling Control in ASP.NET)

我想做一个投票控件,允许用户对一个选项进行投票并查看结果,我不知道是否有现成的控件在ASP.NET或JavaScript中生成,或者我必须从请刮,如果有人可以帮助我。 我会感恩的。

提前致谢。

I want to make a voting control that allow the user to vote on one option and view the result , I don't know if there is a ready made controls that make that in ASP.NET or JavaScript, or I have to build it from scratch, please if any one can help me. I will be thankful.

Thanks in advance.

最满意答案

本教程可能有所帮助:

在ASP.NET 镜像中 构建一个轮询系统

有许多网站在其首页上有用户(匿名和成员)发表意见的民意调查。 您还应该注意到,虽然您是匿名用户,但您不能多次投票。 在本文中,我们将介绍如何设计一个轮询系统,有一个后端插入新的民意调查及其答案,以及如何处理和存储用户的投票。 我们将广泛使用存储过程与MS SQL 2005表进行交互。

This tutorial may help:

Build a Poll System in ASP.NET mirror

There are many websites that have polls on their front page where users (anonymous and members) give their opinions. You should also have noticed that although you are an anonymous user, you are not allowed to vote more than once. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users. We will be using stored procedures extensively for interacting with MS SQL 2005 tables.

更多推荐

本文发布于:2023-07-19 02:43:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1171540.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:NET   ASP   Control   Polling

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!