ASP.NET gridview
-
Im trying to use the gridview and i keep getting the following error: Control 'GridView1' of type 'GridView' must be placed inside a form tag with runat=server, even though i do have a runat server tag: br mode="hold" />I am a novice to asp.net, its probably sometrhing very simple:). Can anyone help?? Many thanks.
modified on Wednesday, January 09, 2008 7:28:28 PM
-
Im trying to use the gridview and i keep getting the following error: Control 'GridView1' of type 'GridView' must be placed inside a form tag with runat=server, even though i do have a runat server tag: br mode="hold" />I am a novice to asp.net, its probably sometrhing very simple:). Can anyone help?? Many thanks.
modified on Wednesday, January 09, 2008 7:28:28 PM
Is your Gridview inside a form tag?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Is your Gridview inside a form tag?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
No it is not within a form tag. Where do i put the form tag??
-
No it is not within a form tag. Where do i put the form tag??
put the form tag within body tag. put the gridview within form tag.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)