how can i allow user to create posts in website using ASP.NET [closed]
- by Sana
I am making a website "Online voting system" a part of my academic project ... besides allowing the registered voters to vote on the posts that I have created while developing the voting system ... I want to allow users to create polls by themselves too regarding any thing
How can I implement this scenerio using ASP.NET and c# in VS 2010 .. with the user posting polls having:
Post title label
Description about poll
Radio buttons for displaying various options to allow voting process
to be carried out when user selects one option and submit his vote...