P
Patrick Olurotimi Ige
Can i have a Button in a Datalist?
The button is for posting a form to the the Database
FOr example:-
<ASPataList id="heading0" RepeatLayout="Flow"
RepeatDirection="Horizontal" runat="server">
<ItemTemplate>
<asp:button id="cmdSubmit1" class="button"
text=<%#DataBinder.Eval(Container.DataItem, "headerDescription") %>
OnClick="formUpdate" runat="server"/>
</itemTemplate>
</asp:datalist>
But its not firing?
Any ideas?
The button is for posting a form to the the Database
FOr example:-
<ASPataList id="heading0" RepeatLayout="Flow"
RepeatDirection="Horizontal" runat="server">
<ItemTemplate>
<asp:button id="cmdSubmit1" class="button"
text=<%#DataBinder.Eval(Container.DataItem, "headerDescription") %>
OnClick="formUpdate" runat="server"/>
</itemTemplate>
</asp:datalist>
But its not firing?
Any ideas?