0
我想在gridview中插入,刪除,更新數據。但我有象這樣的錯誤:插入,刪除,更新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.
我不知道爲什麼我越來越對這些行此錯誤。任何人都可以幫忙嗎?
謝謝。
你的'asp:TextBox'在哪裏出現這個錯誤? – yogi 2012-07-17 09:02:22
堅持我會加上它。 – JackBauer 2012-07-17 09:03:33