0

我正在尝试在 gridview 中插入、删除、更新数据。但我有这样的错误:

<ItemTemplate> 
    <asp:LinkButton ID="btnedit" runat="server" CommandName="Edit" Text="Edit"/>  
</ItemTemplate>

错误信息是:

 Parser Error Message: The 'Text' property of 'asp:TextBox' does not allow child objects.

我不知道为什么我会收到有关这些行的此错误。有人可以帮忙吗?

谢谢。

4

1 回答 1

0

好像您有一个未关闭的 asp:TextBox 标记。返回并单击所有 asp:TextBox 和 VS 应该突出显示匹配的标签,找到没有匹配的标签。

于 2012-07-17T13:25:27.983 回答