<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Asp.Net AJAX Poll using JQuery – A complete implementation with Admin part</title>
	<atom:link href="http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/</link>
	<description>.NET &#124; AJAX &#124; UMBRACO&#124; PHP &#124; SQL &#124; FACEBOOK &#124; WEB 2.0</description>
	<pubDate>Sun, 05 Feb 2012 01:14:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: indra kurniawan</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-204</link>
		<dc:creator>indra kurniawan</dc:creator>
		<pubDate>Tue, 15 Nov 2011 09:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-204</guid>
		<description>Hi Ansar, thanks again for sharing your source code. My company has released umbraco polls widget based on your code; 

http://our.umbraco.org/projects/website-utilities/mapteams-polls
source code at codeplex
http://mapteamspolls.codeplex.com/</description>
		<content:encoded><![CDATA[<p>Hi Ansar, thanks again for sharing your source code. My company has released umbraco polls widget based on your code; </p>
<p><a href="http://our.umbraco.org/projects/website-utilities/mapteams-polls" rel="nofollow">http://our.umbraco.org/projects/website-utilities/mapteams-polls</a><br />
source code at codeplex<br />
<a href="http://mapteamspolls.codeplex.com/" rel="nofollow">http://mapteamspolls.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indra kurniawan</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-201</link>
		<dc:creator>indra kurniawan</dc:creator>
		<pubDate>Fri, 14 Oct 2011 06:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-201</guid>
		<description>Thanks for sharing your project;

Can I use and modify your code and publish it as open source? I am in need for simple poll for an umbraco site and I do not want to build one from scratch.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your project;</p>
<p>Can I use and modify your code and publish it as open source? I am in need for simple poll for an umbraco site and I do not want to build one from scratch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AXL</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-197</link>
		<dc:creator>AXL</dc:creator>
		<pubDate>Mon, 18 Jul 2011 06:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-197</guid>
		<description>81 errors when using VS 2010... any idea?</description>
		<content:encoded><![CDATA[<p>81 errors when using VS 2010&#8230; any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed El-Said</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-184</link>
		<dc:creator>Mohammed El-Said</dc:creator>
		<pubDate>Sat, 30 Apr 2011 17:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-184</guid>
		<description>First, Thanks a lot for sharing this code,
it works great for me on my local machine,

but when I am trying to make it work on my host machine - godaddy - I am getting the following error:

----------------------------------
Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. 

Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.

Stack Trace: 


[SecurityException: That assembly does not allow partially trusted callers.]
   Poll..ctor() in d:\hosting\6584138\html\eyeoncinema\App_Code\Poll.cs:30
   poll_Poll_CS.Page_Load(Object sender, EventArgs e) in d:\hosting\6584138\html\eyeoncinema\UserControls\Poll\poll\Poll_CS.aspx.cs:31
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
   System.Web.UI.Page.ProcessRequest() +80
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.usercontrols_poll_poll_poll_cs_aspx.ProcessRequest(HttpContext context) in App_Web_gzlosr8_.0.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +75
----------------------------------

any help will be appreciated</description>
		<content:encoded><![CDATA[<p>First, Thanks a lot for sharing this code,<br />
it works great for me on my local machine,</p>
<p>but when I am trying to make it work on my host machine - godaddy - I am getting the following error:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application&#8217;s trust level in the configuration file. </p>
<p>Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.</p>
<p>Stack Trace: </p>
<p>[SecurityException: That assembly does not allow partially trusted callers.]<br />
   Poll..ctor() in d:\hosting\6584138\html\eyeoncinema\App_Code\Poll.cs:30<br />
   poll_Poll_CS.Page_Load(Object sender, EventArgs e) in d:\hosting\6584138\html\eyeoncinema\UserControls\Poll\poll\Poll_CS.aspx.cs:31<br />
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14<br />
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35<br />
   System.Web.UI.Control.OnLoad(EventArgs e) +99<br />
   System.Web.UI.Control.LoadRecursive() +50<br />
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785<br />
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242<br />
   System.Web.UI.Page.ProcessRequest() +80<br />
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21<br />
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49<br />
   ASP.usercontrols_poll_poll_poll_cs_aspx.ProcessRequest(HttpContext context) in App_Web_gzlosr8_.0.cs:0<br />
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181<br />
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +75<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>any help will be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biswanath</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-177</link>
		<dc:creator>Biswanath</dc:creator>
		<pubDate>Wed, 27 Apr 2011 13:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-177</guid>
		<description>simply says, excellent work....</description>
		<content:encoded><![CDATA[<p>simply says, excellent work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DNB</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-155</link>
		<dc:creator>DNB</dc:creator>
		<pubDate>Thu, 10 Mar 2011 08:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-155</guid>
		<description>Thanq vry much for showing nice demo.I have a requirement for entering a comment along with a choice which was voted.For that i have taken textbox inside the repeater of poll_cs.aspx sme thing like...
&lt;input type="text" name="txtPoll" id='txtPoll' /&gt;.
I got struckup for capturing the text of textbox which contains comment.
I have declared a variable tID and used as below(but failing to capture)..pls help me in getting the text of textbox.
var tID =  $("input[name='txtPoll"+cID+"]").val(); //get the text of checked Choice</description>
		<content:encoded><![CDATA[<p>Thanq vry much for showing nice demo.I have a requirement for entering a comment along with a choice which was voted.For that i have taken textbox inside the repeater of poll_cs.aspx sme thing like&#8230;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;txtPoll&#8221; id=&#8217;txtPoll&#8217; /&gt;.<br />
I got struckup for capturing the text of textbox which contains comment.<br />
I have declared a variable tID and used as below(but failing to capture)..pls help me in getting the text of textbox.<br />
var tID =  $(&#8221;input[name='txtPoll"+cID+"]&#8220;).val(); //get the text of checked Choice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanindra kumar sunny</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-153</link>
		<dc:creator>Sanindra kumar sunny</dc:creator>
		<pubDate>Wed, 16 Feb 2011 08:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-153</guid>
		<description>AddPoll_CS.aspx, ListPoll_CS.aspx, Poll_CS.aspx i want to covert these three page into user control so that i can drag n drop on my page any where i want. So i copied all this code to crossponding user control page. every control is wrking fine but for POLL_CS.aspx i am getting object required exception. can u gide me how i can convert this pages into user control.</description>
		<content:encoded><![CDATA[<p>AddPoll_CS.aspx, ListPoll_CS.aspx, Poll_CS.aspx i want to covert these three page into user control so that i can drag n drop on my page any where i want. So i copied all this code to crossponding user control page. every control is wrking fine but for POLL_CS.aspx i am getting object required exception. can u gide me how i can convert this pages into user control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipin</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-151</link>
		<dc:creator>vipin</dc:creator>
		<pubDate>Tue, 08 Feb 2011 03:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-151</guid>
		<description>i have to create voting management system where user select the candidate which has been already added in the database and show the poll result.
http://soft-engineering.blogspot.com</description>
		<content:encoded><![CDATA[<p>i have to create voting management system where user select the candidate which has been already added in the database and show the poll result.<br />
<a href="http://soft-engineering.blogspot.com" rel="nofollow">http://soft-engineering.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mostafa</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-147</link>
		<dc:creator>Mostafa</dc:creator>
		<pubDate>Fri, 10 Dec 2010 21:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-147</guid>
		<description>Thanks and a great work .</description>
		<content:encoded><![CDATA[<p>Thanks and a great work .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-145</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Mon, 22 Nov 2010 11:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-145</guid>
		<description>Hi 
 Very good work by u. I am facing one problem with the code u had given
   I tried your code in my server. I am not able to call the funcion animateResults(); while user is voting for first time i.e.., after success of JQuery.ajax method. But webmethod in code behand file is calling successfully.

  In local system the code which u given is working good but in server it is not working. 

Please, tell me the solution it is very important to me.


Thanks &amp; Regards
Ganesh
ganesh_519@yahoo.com</description>
		<content:encoded><![CDATA[<p>Hi<br />
 Very good work by u. I am facing one problem with the code u had given<br />
   I tried your code in my server. I am not able to call the funcion animateResults(); while user is voting for first time i.e.., after success of JQuery.ajax method. But webmethod in code behand file is calling successfully.</p>
<p>  In local system the code which u given is working good but in server it is not working. </p>
<p>Please, tell me the solution it is very important to me.</p>
<p>Thanks &amp; Regards<br />
Ganesh<br />
<a href="mailto:ganesh_519@yahoo.com">ganesh_519@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link-urile saptamanii (27.10.2010)</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-144</link>
		<dc:creator>Link-urile saptamanii (27.10.2010)</dc:creator>
		<pubDate>Tue, 26 Oct 2010 19:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-144</guid>
		<description>[...] Asp.Net AJAX Poll using JQuery – A complete implementation with Admin part http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with... [...]</description>
		<content:encoded><![CDATA[<p>[...] Asp.Net AJAX Poll using JQuery – A complete implementation with Admin part <a href="http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with.." rel="nofollow">http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinu</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-143</link>
		<dc:creator>srinu</dc:creator>
		<pubDate>Sun, 17 Oct 2010 05:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-143</guid>
		<description>it is very use full work.......</description>
		<content:encoded><![CDATA[<p>it is very use full work&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yerbol</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-142</link>
		<dc:creator>Yerbol</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-142</guid>
		<description>Perfect!! Thank you!</description>
		<content:encoded><![CDATA[<p>Perfect!! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wynajem limuzyn</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-141</link>
		<dc:creator>wynajem limuzyn</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-141</guid>
		<description>Haa, very nice!</description>
		<content:encoded><![CDATA[<p>Haa, very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeni</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-139</link>
		<dc:creator>jeni</dc:creator>
		<pubDate>Sat, 28 Aug 2010 03:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-139</guid>
		<description>Very informative article of polling system with jQuery. Smooth going flow of whole process. Anyone can understand the steps you have given.

Great work. Appreciated.</description>
		<content:encoded><![CDATA[<p>Very informative article of polling system with jQuery. Smooth going flow of whole process. Anyone can understand the steps you have given.</p>
<p>Great work. Appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurelio Dalmida</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-131</link>
		<dc:creator>Aurelio Dalmida</dc:creator>
		<pubDate>Fri, 21 May 2010 14:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-131</guid>
		<description>This is really good information. I’m going to mark it as a favorite.</description>
		<content:encoded><![CDATA[<p>This is really good information. I’m going to mark it as a favorite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loukas</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-128</link>
		<dc:creator>Loukas</dc:creator>
		<pubDate>Fri, 09 Apr 2010 09:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-128</guid>
		<description>I cant find the source code or see the demo.

Is there any new link to download?

Nice post.</description>
		<content:encoded><![CDATA[<p>I cant find the source code or see the demo.</p>
<p>Is there any new link to download?</p>
<p>Nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules Van de Velde</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-127</link>
		<dc:creator>Jules Van de Velde</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-127</guid>
		<description>Hi. Your sourcecode/download link seems to be broken. Is there somewhere else we could get this?</description>
		<content:encoded><![CDATA[<p>Hi. Your sourcecode/download link seems to be broken. Is there somewhere else we could get this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorthey Voliva</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-126</link>
		<dc:creator>Dorthey Voliva</dc:creator>
		<pubDate>Tue, 06 Apr 2010 12:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-126</guid>
		<description>Have a go with &amp; Preserve your iPad for 100 percent free! -&gt; http://bit.ly/cFBuis</description>
		<content:encoded><![CDATA[<p>Have a go with &amp; Preserve your iPad for 100 percent free! -&gt; <a href="http://bit.ly/cFBuis" rel="nofollow">http://bit.ly/cFBuis</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay anand</title>
		<link>http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/#comment-118</link>
		<dc:creator>Vijay anand</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.clientsideasp.net/?p=7#comment-118</guid>
		<description>Great work. I can see your effort. Its awesome. I love this site.</description>
		<content:encoded><![CDATA[<p>Great work. I can see your effort. Its awesome. I love this site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

