J
Julia B
Hi all,
Am trying to render a gridview control in anASP.Net (2.0) app. The gridview
is in a content page which inherits from a master, which I believe is the
problem.
When I attempt to render the control I get the error Gridview must be placed
inside a form tag with runat=server, which I don't think is possible because
it's a content form.
I've tried the solution offered for forms which is to override the content
form's VerifyRenderingInServerForm event but that doesn't work. This is the
only recommended solution I can find online.
Does anyone have any ideas?
Thanks
Julia
Am trying to render a gridview control in anASP.Net (2.0) app. The gridview
is in a content page which inherits from a master, which I believe is the
problem.
When I attempt to render the control I get the error Gridview must be placed
inside a form tag with runat=server, which I don't think is possible because
it's a content form.
I've tried the solution offered for forms which is to override the content
form's VerifyRenderingInServerForm event but that doesn't work. This is the
only recommended solution I can find online.
Does anyone have any ideas?
Thanks
Julia