CommandName="Edit"不进入插入模式

<asp:FormView ID="FormView1" runat="server" AllowPaging="True"
HorizontalAlign
="Center" onpageindexchanging="FormView1_PageIndexChanging">
<EditItemTemplate>
<asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Eval("id") %>'></asp:Label>
<asp:Label ID="Label2" runat="server" Text='<%# Eval("name") %>'></asp:Label>
<asp:Label ID="Label3" runat="server" Text='<%# Eval("age") %>'></asp:Label>
<asp:Button ID="Button1" runat="server" CommandName="Edit" Text="Button" />
</ItemTemplate>
</asp:FormView>

 

为什么我单击按钮后不进入插入模式?
凤凰求蛊
浏览 432回答 1
1回答

浮云间

软件问题
打开App,查看更多内容
随时随地看视频慕课网APP