Ok I am having a hard time understanding what you are tyring to do, it doesn't seem logical. In any case if you want a tally of how many times the user voted for 1 item you would need a session variable for each answer in your list so
if a
Session("something") = Convert.ToInt32(Session("Something")) + 1
if b
Session("something2") = Convert.ToInt32(Session("Something2")) + 1
And so on.
In so far as polls are concerned, this not only isnt functional for your entire site, it is alot of coding.
-----------------------------------------------------------
I will only tell you how to do it, not do it for you.------------
Unless, of course, you want to hire me to do work for you.---
^^Thats my signature--------------------------------------
-----------------------------------------------------------
http://www.catb.org/~esr/faqs/smart-questions.html -------
^^Took that from planoie's profile--------------------------
-----------------------------------------------------------