Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dave Foody 3 posts 23 karma points
    Sep 21, 2009 @ 13:26
    Dave Foody
    0

    Poll Package

    I have installed the poll package and created a poll. The question and submit button are being displayed but the answers are not appearing. Any ideas?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 21, 2009 @ 13:31
    Tim Geyssens
    0

    What happens when you submit a vote ?

  • Dave Foody 3 posts 23 karma points
    Sep 21, 2009 @ 13:35
    Dave Foody
    0

    Warning saying "Input string was not in the correct format."

    I guess that's because not answer was submitted as there are no answers to choose from.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Sep 21, 2009 @ 13:48
    Tim Geyssens
    0

    Are your answer documents published ?

  • Dave Foody 3 posts 23 karma points
    Sep 21, 2009 @ 13:53
    Dave Foody
    0

    That was the problem. Thanks for your help.

  • dinesh 2 posts 22 karma points
    Mar 24, 2012 @ 09:52
    dinesh
    0

    i getting error like

    Server Error in '/' Application.


    Object reference not set to an instance of an object.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
       Nibble.Umb.Poll.Poll.RenderResults() +319
       Nibble.Umb.Poll.Poll.Page_Load(Object sender, EventArgs e) +578
       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) +91
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Control.LoadRecursive() +146
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272              

     

     

     

    My code is

     

        

    <form runat="server" id="aaass">

        <asp:ScriptManager runat="server">

        </asp:ScriptManager>

        <umbraco:Macro PollNodeId="1218" DisplayOnly="1" SubmitOnSelect="1" HideSubmit="1" SortResults="1" WidthTotalVotes="1" HideQuestion="1" RandomPoll="1" Alias="Poll" runat="server"></umbraco:Macro>

    </form>

     

     

    in master page

     

    help me if i am rong

     

    Thanks Again 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies