G
Guest
Hi,
I have a gridiew with a dropdownlist defined in a template field as follows...
<aspropDownList id="ftr_cmbbillable" autopostback=true
commandName="ShowBillableAmount" runat="server"></aspropDownList>
I am trying to ensure the gridview_rowCommand sub executes when the a user
choosed an item from the dropdownlist.
The postback is working but the event isnt causing the gridview_rowCommand
to execute, any ideas? Is this possible?
I have a gridiew with a dropdownlist defined in a template field as follows...
<aspropDownList id="ftr_cmbbillable" autopostback=true
commandName="ShowBillableAmount" runat="server"></aspropDownList>
I am trying to ensure the gridview_rowCommand sub executes when the a user
choosed an item from the dropdownlist.
The postback is working but the event isnt causing the gridview_rowCommand
to execute, any ideas? Is this possible?