-3

如果我把它放到表单标签中,那么它就解决gridview is disappeared了。但是现在我必须做什么?

<form runat="server" id="f1">`<asp:GridView ID="GridView1" runat="server" AllowPaging="True">           
        </asp:Gridview></form>

`

4

1 回答 1

0

Remove the ` character between the form and the GridView tags and try again. ALso make sure you have data coming back.

于 2012-05-17T12:17:14.177 回答