├── Bin ├── Microsoft.Web.Infrastructure.dll ├── Microsoft.Web.Infrastructure.dll.refresh ├── RazorEngine.dll ├── RazorEngine.dll.refresh ├── RazorEngine.xml ├── System.Web.Helpers.dll ├── System.Web.Helpers.dll.refresh ├── System.Web.Helpers.xml ├── System.Web.Razor.dll ├── System.Web.Razor.dll.refresh ├── System.Web.Razor.xml ├── System.Web.WebPages.Deployment.dll ├── System.Web.WebPages.Deployment.dll.refresh ├── System.Web.WebPages.Deployment.xml ├── System.Web.WebPages.Razor.dll ├── System.Web.WebPages.Razor.dll.refresh ├── System.Web.WebPages.Razor.xml ├── System.Web.WebPages.dll ├── System.Web.WebPages.dll.refresh └── System.Web.WebPages.xml ├── Contact.aspx ├── Contact.aspx.cs ├── Content ├── Voting_system_sql.sql ├── bootstrap.css ├── bootstrap.min.css └── material-cards.css ├── Default.aspx ├── Default.aspx.cs ├── Elections.aspx ├── Elections.aspx.cs ├── README.md ├── Register.aspx ├── Register.aspx.cs ├── Scripts ├── bootstrap.js ├── bootstrap.min.js ├── init.js └── jquery-1.10.2.min.js ├── Voting.mdf ├── Web.config ├── addCandidates.aspx ├── addCandidates.aspx.cs ├── addElections.aspx ├── addElections.aspx.cs ├── admin.aspx ├── admin.aspx.cs ├── editElections.aspx ├── editElections.aspx.cs ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── images ├── Capture.PNG ├── Capture10.PNG ├── Capture11.PNG ├── Capture12.PNG ├── Capture13.PNG ├── Capture2.PNG ├── Capture3.PNG ├── Capture4.PNG ├── Capture5.PNG ├── Capture6.PNG ├── Capture7.PNG ├── Capture8.PNG ├── Capture9.PNG ├── abhinav.jpg ├── flag.jpg ├── pranav.jpg ├── rajat.jpg └── sattu.jpg ├── packages.config ├── result.aspx ├── result.aspx.cs ├── viewcandidate.aspx ├── viewcandidate.aspx.cs ├── voting.aspx └── voting.aspx.cs /Bin/Microsoft.Web.Infrastructure.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/Microsoft.Web.Infrastructure.dll -------------------------------------------------------------------------------- /Bin/Microsoft.Web.Infrastructure.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/Microsoft.Web.Infrastructure.dll.refresh -------------------------------------------------------------------------------- /Bin/RazorEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/RazorEngine.dll -------------------------------------------------------------------------------- /Bin/RazorEngine.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/RazorEngine.dll.refresh -------------------------------------------------------------------------------- /Bin/RazorEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/RazorEngine.xml -------------------------------------------------------------------------------- /Bin/System.Web.Helpers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Helpers.dll -------------------------------------------------------------------------------- /Bin/System.Web.Helpers.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Helpers.dll.refresh -------------------------------------------------------------------------------- /Bin/System.Web.Helpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Helpers.xml -------------------------------------------------------------------------------- /Bin/System.Web.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Razor.dll -------------------------------------------------------------------------------- /Bin/System.Web.Razor.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Razor.dll.refresh -------------------------------------------------------------------------------- /Bin/System.Web.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.Razor.xml -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Deployment.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Deployment.dll -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Deployment.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Deployment.dll.refresh -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Deployment.xml -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Razor.dll -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Razor.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Razor.dll.refresh -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.Razor.xml -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.dll -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.dll.refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.dll.refresh -------------------------------------------------------------------------------- /Bin/System.Web.WebPages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Bin/System.Web.WebPages.xml -------------------------------------------------------------------------------- /Contact.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Contact.aspx -------------------------------------------------------------------------------- /Contact.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Contact.aspx.cs -------------------------------------------------------------------------------- /Content/Voting_system_sql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Content/Voting_system_sql.sql -------------------------------------------------------------------------------- /Content/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Content/bootstrap.css -------------------------------------------------------------------------------- /Content/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Content/bootstrap.min.css -------------------------------------------------------------------------------- /Content/material-cards.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Content/material-cards.css -------------------------------------------------------------------------------- /Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Default.aspx -------------------------------------------------------------------------------- /Default.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Default.aspx.cs -------------------------------------------------------------------------------- /Elections.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Elections.aspx -------------------------------------------------------------------------------- /Elections.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Elections.aspx.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/README.md -------------------------------------------------------------------------------- /Register.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Register.aspx -------------------------------------------------------------------------------- /Register.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Register.aspx.cs -------------------------------------------------------------------------------- /Scripts/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Scripts/bootstrap.js -------------------------------------------------------------------------------- /Scripts/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Scripts/bootstrap.min.js -------------------------------------------------------------------------------- /Scripts/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Scripts/init.js -------------------------------------------------------------------------------- /Scripts/jquery-1.10.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Scripts/jquery-1.10.2.min.js -------------------------------------------------------------------------------- /Voting.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Voting.mdf -------------------------------------------------------------------------------- /Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/Web.config -------------------------------------------------------------------------------- /addCandidates.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/addCandidates.aspx -------------------------------------------------------------------------------- /addCandidates.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/addCandidates.aspx.cs -------------------------------------------------------------------------------- /addElections.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/addElections.aspx -------------------------------------------------------------------------------- /addElections.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/addElections.aspx.cs -------------------------------------------------------------------------------- /admin.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/admin.aspx -------------------------------------------------------------------------------- /admin.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/admin.aspx.cs -------------------------------------------------------------------------------- /editElections.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/editElections.aspx -------------------------------------------------------------------------------- /editElections.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/editElections.aspx.cs -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /images/Capture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture.PNG -------------------------------------------------------------------------------- /images/Capture10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture10.PNG -------------------------------------------------------------------------------- /images/Capture11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture11.PNG -------------------------------------------------------------------------------- /images/Capture12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture12.PNG -------------------------------------------------------------------------------- /images/Capture13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture13.PNG -------------------------------------------------------------------------------- /images/Capture2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture2.PNG -------------------------------------------------------------------------------- /images/Capture3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture3.PNG -------------------------------------------------------------------------------- /images/Capture4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture4.PNG -------------------------------------------------------------------------------- /images/Capture5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture5.PNG -------------------------------------------------------------------------------- /images/Capture6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture6.PNG -------------------------------------------------------------------------------- /images/Capture7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture7.PNG -------------------------------------------------------------------------------- /images/Capture8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture8.PNG -------------------------------------------------------------------------------- /images/Capture9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/Capture9.PNG -------------------------------------------------------------------------------- /images/abhinav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/abhinav.jpg -------------------------------------------------------------------------------- /images/flag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/flag.jpg -------------------------------------------------------------------------------- /images/pranav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/pranav.jpg -------------------------------------------------------------------------------- /images/rajat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/rajat.jpg -------------------------------------------------------------------------------- /images/sattu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/images/sattu.jpg -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/packages.config -------------------------------------------------------------------------------- /result.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/result.aspx -------------------------------------------------------------------------------- /result.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/result.aspx.cs -------------------------------------------------------------------------------- /viewcandidate.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/viewcandidate.aspx -------------------------------------------------------------------------------- /viewcandidate.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/viewcandidate.aspx.cs -------------------------------------------------------------------------------- /voting.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/voting.aspx -------------------------------------------------------------------------------- /voting.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajat/Online-Voting-System/HEAD/voting.aspx.cs --------------------------------------------------------------------------------