Posted on: 8/24/2014 9:23:12 PM | Views : 436


Object reference not set to an instance of an object.
I am trying to populate a DropDownList with an Array with what is shown in the List, A, and its value, B.  
<div class="pre-action-link" id="premain0" style="display: block;" width="100%"></div> <asp:DropDownList ID="DropDownList1" runat="server" /> <div class="pre-action-link" id="premain1" style="display: block;" width="100%"></div>

Go to the complete details ...