3
Reply

asp.net + vb.net + gridview

Muhamad Sulaiman

Muhamad Sulaiman

Oct 15 2008 2:31 AM
3k

When i run the web application, i got the message :

Control 'gridView' of type 'GridView' must be placed inside a form tag with runat=server.

Then i checked the source, i had got this code :

<form id="form1" runat="server">

<asp:GridView ID="gridView" runat="Server">

</asp:GridView>

</form>

So, very very pls tell me how i have to do?


Answers (3)