Panel's don't suppose LinkButtons as the .DefaultButton.<br><br>I have a gridView, in the EditItem template I have my two buttong (Update and Cancel).<br><br>I want the default button to be = ...
<asp:LinkButton runat="server" ID="LinkButton1" PostBackUrl= "~/Admin/AddTask.aspx?task_id=<%# Eval("task_id") %>" Enabled='<%# Eval("readonly").ToString()=="0 ...