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 ...