一、源码描述环境:VS2022sql2019二、功能介绍通过一个简单的Asp.net2.0投票程序展示VS2005中的新控件,如MemberShip、SqlDataSource、GridView及Master模板文件等,该系统采用的是Sql2005数据库前台具有防止重复投票功能,后台可以通过登陆然后对投票进行分类管理。Default.aspx-listsalloftheexistingpollsandenablestheadministratortoeditthepoll,deleteit,orviewitsresults.Theadministratorcanalsoaddanewpollfromhere.EditPoll.aspx-liststhedetailsforaparticularpoll,includingthepollquestion("Whatisyourfavoriteprogramminglanguage?")andthepoll'sanswers("VisualBasic","C#","Pascal",andsoforth).Existingpollanswer
评分:
更新时间:2024-07-17
浏览次数:12846次
免费
一、源码描述环境:VS2022sql2019二、功能介绍为了循序渐进的了解投票功能,本人专门开发了这套简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现原来是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。管理地址为/ItemManager.aspx三、注意事项1、在项目web.config修改数据库连接字符串,附加数据库。2、ctrl+F5运行即可。
评分:
更新时间:2024-06-12
浏览次数:15982次
免费