D
David Thielen
Hi;
How can I do the following (inside a GridView)?
<asp:LinkButton ID="DeleteButton" runat="server" CausesValidation="False"
CommandName="Delete"
OnClientClick='return confirm("Delete the datasource <%# Eval("Title")
%>?");'
Text="delete" />
The above does not evaluate the Eval.
How can I do the following (inside a GridView)?
<asp:LinkButton ID="DeleteButton" runat="server" CausesValidation="False"
CommandName="Delete"
OnClientClick='return confirm("Delete the datasource <%# Eval("Title")
%>?");'
Text="delete" />
The above does not evaluate the Eval.