I got problem but i am placing the Gridview On MASTER Page so , when
gave the above the code its not working
ie this is the code
Public Overloads Overrides Sub VerifyRenderingInServerForm(ByVal
control As Control)
' Verifies that the control is rendered
End Sub
Err: show VerifyRenderingInServerForm cannot be declared Overriders it
does not override a sub in a base class
if i remove the overrider it has not show any error but , at runtime
it showns the Gridview is place inside form tag ??
Any solutions pls..