A
Adam Knight
I have a DropDownList in the Footer of a datagrid ['dgTest'] like so:
<FooterTemplate>
<asp
ropDownList ID="cboParentId" Width="120px"
DataTextField="name" DataValueField="area_id"
Runat="server"></asp
ropDownList>
</FooterTemplate>
When i try to bind the DropDownList to a datasource i am getting null object
exception.
Ie: It doesn't appear to find the DropDownList.
Here is my code:
<FooterTemplate>
<asp
DataTextField="name" DataValueField="area_id"
Runat="server"></asp
</FooterTemplate>
When i try to bind the DropDownList to a datasource i am getting null object
exception.
Ie: It doesn't appear to find the DropDownList.
Here is my code: