<asp:GridView ID="gvResult" runat="server"
CellPadding="4" ForeColor="#333333" Font-Size="12px"
AutoGenerateColumns="False" PageSize="20"
DataKeyNames="id"
style="margin-top: 1px" AllowPaging="True"
onpageindexchanging="gvResult_PageIndexChanging"
OnRowDataBound="gvResult_RowDataBound" onrowcommand="gvResult_RowCommand">
<PagerSettings Mode="NumericFirstLast" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<Columns>
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:LinkButton ID="lbEdit" runat="server" CausesValidation="False"
CommandName="RowEdit" Text="更改資料" CommandArgument='<%# Eval("Id") %>'></asp:LinkButton>
<asp:LinkButton ID="lbEdit2" runat="server" CausesValidation="False"
CommandName="RowEdit2" Text="更改資料" CommandArgument='<%# Eval("Id") %>'></asp:LinkButton>
</ItemTemplate>
...
when running the page, the Link button is not shown. But I cannot find out any codes, which are hiding such Link button. Why?
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE