﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - Object reference not set to an instance of an object in Intersoft ComboBox  Control?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Object-reference-not-set-to-an-instance-of-an-object-in-Intersoft-ComboBox-Control/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Object reference not set to an instance of an object in Intersoft ComboBox  Control?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Object-reference-not-set-to-an-instance-of-an-object-in-Intersoft-ComboBox-Control/</link><pubDate>Wed, 19 Mar 2014 21:51:41 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear the good news.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Object reference not set to an instance of an object in Intersoft ComboBox  Control?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Object-reference-not-set-to-an-instance-of-an-object-in-Intersoft-ComboBox-Control/</link><pubDate>Wed, 19 Mar 2014 02:39:10 GMT</pubDate><dc:creator>chandradev</dc:creator><category>WebCombo</category><description>&amp;nbsp;&lt;br /&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I had fix the issue. By removing this 2 line code. which was there in SetEventControlsProperty(). and this was calling on page load.&lt;/p&gt;
&lt;p&gt;But it was throwing strange issue description in stack tarce.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt; txtBeginDate.DateTimeEditor.IsEnabled = True
            txtEndDate.DateTimeEditor.IsEnabled = True&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Object reference not set to an instance of an object in Intersoft ComboBox  Control?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Object-reference-not-set-to-an-instance-of-an-object-in-Intersoft-ComboBox-Control/</link><pubDate>Tue, 18 Mar 2014 21:51:11 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I created a simple sample page which uses the latest version of WebCombo and was unable to reproduce the reported problem in my local end. The sample is uploaded in &lt;a href="https://onedrive.live.com/download?resid=A29317908CEA783A%21370"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please have the sample evaluated on your end and let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Object reference not set to an instance of an object in Intersoft ComboBox  Control?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Object-reference-not-set-to-an-instance-of-an-object-in-Intersoft-ComboBox-Control/</link><pubDate>Mon, 17 Mar 2014 11:55:08 GMT</pubDate><dc:creator>chandradev</dc:creator><category>WebCombo</category><description>&lt;br /&gt;&lt;pre&gt;  &amp;lt;table cellpadding="0" cellspacing="8" style="margin-bottom:5px;" class="gradient_panel" height="150px" &amp;gt;                &amp;lt;tr&amp;gt;
                    &amp;lt;td width="10%" class="label_cell"&amp;gt;Event Name:
                     &amp;lt;/td&amp;gt;
                    &amp;lt;td width="16%" colspan="1"&amp;gt;
                        &amp;lt;ISWebInput:WebInput ID="txtEventName" runat="server" Width="150px" BackColor ="white" /&amp;gt;
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td class="label_cell"&amp;gt;Event Code:&amp;lt;/td&amp;gt;
                    &amp;lt;td colspan="3"&amp;gt;
                        &amp;lt;ISWebInput:WebInput ID="txtEventCode" runat="server" Width="150px" BackColor ="white" /&amp;gt;
                    &amp;lt;/td&amp;gt;                   
                    &amp;lt;td rowspan = "6" class="separator"&amp;gt;&amp;nbsp;
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td width="25%" rowspan = "6" &amp;gt;
                        &amp;lt;asp:Panel runat="server" ID="panEdit" Visible="true"&amp;gt;
                            &amp;lt;table width="100%"&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td style="text-align:center"&amp;gt;
                                        &amp;lt;DT:WebButton runat="server" ID="btnSave" Text="Save" /&amp;gt;
                                        &amp;lt;DT:WebButton runat="server" ID="btnCancel" Text="Cancel" OnClientClick="OnEditOrCancel();return false;" /&amp;gt;
                                    &amp;lt;/td&amp;gt;   
                                 &amp;lt;/tr&amp;gt;
                            &amp;lt;/table&amp;gt;
                        &amp;lt;/asp:Panel&amp;gt;                   
                    &amp;lt;/td&amp;gt;
                &amp;lt;/tr&amp;gt;          
                &amp;lt;tr&amp;gt;
                    &amp;lt;td colspan = "2"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldEventNameRequired" runat="server" Display="Dynamic" ControlToValidate="txtEventName" ValidateEmptyText ="true" ErrorMessage=""/&amp;gt;
                    &amp;lt;/td&amp;gt;
                     &amp;lt;td colspan = "4"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldEventCode" runat="server" Display="Dynamic" ControlToValidate="txtEventCode" ValidateEmptyText ="true" ErrorMessage=""/&amp;gt;
                     &amp;lt;/td&amp;gt;                                      
                &amp;lt;/tr&amp;gt; 
                &amp;lt;tr&amp;gt;
                    &amp;lt;td class="label_cell"&amp;gt;Event Type:&amp;lt;/td&amp;gt;
                    &amp;lt;td&amp;gt;
                        &amp;lt;ISWebCombo:WebCombo ID="cboEventType" runat="server"  Width="150px" UseDefaultStyle="true"  &amp;gt;
                        &amp;lt;LayoutSettings 
                            AlwaysShowAllRowsOnDropdown="true" 
                            AlwaysShowHelpButton="false" &amp;gt;
                            &amp;lt;ClientSideEvents OnAfterItemSelected = "OnValChanged" OnError="alert('error');" /&amp;gt;                            
                        &amp;lt;/LayoutSettings&amp;gt;
                        &amp;lt;/ISWebCombo:WebCombo&amp;gt; 
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td width="8%" class="label_cell"&amp;gt;Begin:&amp;lt;/td&amp;gt;
                    &amp;lt;td width="15%"&amp;gt;                      
                        &amp;lt;ISWebInput:WebInput ID="txtBeginDate" runat="server" Width="150px" BackColor="white"&amp;gt;
                            &amp;lt;ClientSideEvents OnAfterValueChanged="OnAfterDateChanged"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;
                            &amp;lt;DisplayFormat IsEnabled="true" Type="DateTime"&amp;gt;
                            &amp;lt;/DisplayFormat&amp;gt;
                            &amp;lt;DateTimeEditor IsEnabled="true" EditValueByEditorOnly="true"&amp;gt;
                                &amp;lt;WindowInfo DisplayPosition="Bottom" /&amp;gt;            
                                &amp;lt;Behavior DropdownDisplayPosition="Right" DropdownButtonToolTip="Pick the date" /&amp;gt;
                            &amp;lt;/DateTimeEditor&amp;gt;
                        &amp;lt;/ISWebInput:WebInput&amp;gt;
                        &amp;lt;asp:HiddenField ID="hdBeginDate" ClientIDMode="Static" runat="server" /&amp;gt;
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td width="6%" class="label_cell"&amp;gt;End:&amp;lt;/td&amp;gt;
                    &amp;lt;td width="20%"&amp;gt;
                        &amp;lt;ISWebInput:WebInput ID="txtEndDate" runat="server" Width="150px" BackColor="white"&amp;gt;
                            &amp;lt;ClientSideEvents OnAfterValueChanged="OnAfterDateChanged"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;
                            &amp;lt;DisplayFormat  Type="DateTime" IsEnabled="true" &amp;gt;
                            &amp;lt;/DisplayFormat&amp;gt;
                            &amp;lt;DateTimeEditor IsEnabled="true" EditValueByEditorOnly="true"&amp;gt;
                                &amp;lt;WindowInfo DisplayPosition="Bottom" /&amp;gt;            
                                &amp;lt;Behavior DropdownDisplayPosition="Right" DropdownButtonToolTip="Pick the date" /&amp;gt;
                            &amp;lt;/DateTimeEditor&amp;gt;
                        &amp;lt;/ISWebInput:WebInput&amp;gt;
                        &amp;lt;asp:HiddenField ID="hdEndDate" ClientIDMode="Static" runat="server" /&amp;gt;
                    &amp;lt;/td&amp;gt;    
                &amp;lt;/tr&amp;gt;
                &amp;lt;tr &amp;gt;
                    &amp;lt;td colspan = "2"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldEventType" runat="server" Display="Dynamic" ControlToValidate="cboEventType" ValidateEmptyText ="true" ErrorMessage=""/&amp;gt;
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td colspan = "2"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldBeginDate" runat="server" Display="Dynamic" ControlToValidate="txtBeginDate" ValidateEmptyText ="true" ErrorMessage=""/&amp;gt;
                    &amp;lt;/td&amp;gt;
                   &amp;lt;td colspan = "2"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldEndDate" runat="server" Display="Dynamic" ControlToValidate="txtEndDate" ValidateEmptyText ="true" ErrorMessage=""/&amp;gt;
                    &amp;lt;/td&amp;gt; 
                &amp;lt;/tr&amp;gt;
                &amp;lt;tr&amp;gt;
                    &amp;lt;td class="label_cell"&amp;gt;Event Priority:&amp;lt;/td&amp;gt;
                    &amp;lt;td colspan = "1"&amp;gt;   
                        &amp;lt;ISWebInput:WebInput ID="txtPriority" runat="server" Width="50px"  EmptyAsNull="false" MaxLength="2"  SkinID="Numeric"  BackColor ="white" 
                        NumericInput ="true"  
                        ClientSideEvents-OnKeyDown ="event.keyCode = (event.keyCode != 110 &amp;amp;&amp;amp; event.keyCode != 190) ? event.keyCode : 0;"  /&amp;gt;
                        &amp;lt;DT:WebInputManager ID="ctlWebInputMgr" runat="server" &amp;gt;
                            &amp;lt;Configurators&amp;gt;
                                &amp;lt;DT:WebInputIntegerConfigurator Name="txtPriority" MaxLength="2" MinValue="0" MaxValue = "99"  /&amp;gt;
                            &amp;lt;/Configurators&amp;gt;
                        &amp;lt;/DT:WebInputManager&amp;gt;
                    &amp;lt;/td&amp;gt;
                    &amp;lt;td class="label_cell"&amp;gt;Impact Type:&amp;lt;/td&amp;gt;
                    &amp;lt;td colspan = "3"&amp;gt;
                        &amp;lt;asp:RadioButtonList ID="lstImpactType" runat="server" RepeatDirection="Horizontal" RepeatLayout ="Flow"   &amp;gt;
                            &amp;lt;asp:ListItem Value = "M" Selected ="True" &amp;gt;Multiplicative&amp;lt;/asp:ListItem&amp;gt;
                            &amp;lt;asp:ListItem Value = "A"&amp;gt;Additive&amp;lt;/asp:ListItem&amp;gt;
                        &amp;lt;/asp:RadioButtonList&amp;gt;
                    &amp;lt;/td&amp;gt;
                &amp;lt;/tr&amp;gt;
                &amp;lt;tr&amp;gt;
                    &amp;lt;td colspan = "2"&amp;gt;
                        &amp;lt;DT:CustomValidator ID="vldTxtPriority" runat="server" Display="Dynamic" ControlToValidate="txtPriority" ValidateEmptyText ="true" ErrorMessage="Priority is required"/&amp;gt;
                    &amp;lt;/td&amp;gt;
                &amp;lt;/tr&amp;gt; 
               
            &amp;lt;/table&amp;gt; &lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;Hi&lt;br /&gt;
&lt;div class="post-text" itemprop="description"&gt;

        &lt;p&gt;I had used Intersoft WebCombo control in one of the form. It 
was working fine. when we upgraded with latest version then we are 
getting this error &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Object reference not set to an instance of an object&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At page load it is working fine. But after post back it is throwing this error.&lt;/p&gt;

&lt;p&gt;Stack Trace is like this&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] 
arguments, Signature sig, Boolean constructor)
       at 
System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, 
Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo
 culture)
       at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, 
Object value, BindingFlags invokeAttr, Binder binder, Object[] index, 
CultureInfo culture)
       at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, 
Object value, Object[] index)
       at 
ISNet.Serialization.XmlSerialization.XmlSerializer.ApplyProperty(Object 
currentObject, Pair pair)
       at ._9.(ArrayList , XmlSerializer , WebControl )
       at ._9.(_10 , Object[] , XmlSerializer , WebControl )
       at ISNet.WebUI.ISNetControl.LoadViewState(Object savedState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList 
childState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList 
childState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList 
childState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList 
childState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList 
childState)
       at System.Web.UI.Control.LoadViewStateRecursive(Object 
savedState)
       at System.Web.UI.Page.LoadAllState()
       at System.Web.UI.Page.ProcessRequestMain(Boolean 
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
        Inner Exception
        ---------------
        Type : System.NullReferenceException, mscorlib, Version=4.0.0.0,
 Culture=neutral, PublicKeyToken=b77a5c561934e089
        Message : Object reference not set to an instance of an object.
        Source : ISNet.WebUI.WebInput
        Help link : 
        Data : System.Collections.ListDictionaryInternal
        TargetSite : Boolean (System.String)
        HResult : -2147467261
        Stack Trace :    at 
ISNet.WebUI.WebControls.MaskValidator.(String )
           at ISNet.WebUI.WebControls.MaskValidator.(Object )
           at ISNet.WebUI.WebControls.WebInput.set_Value(Object value)**&lt;/p&gt;

    &lt;/div&gt;</description></item></channel></rss>