ok, two things... 1) Err: show VerifyRenderingInServerForm cannot be declared Overriders it does not override a sub in a base class it is because your method really doesn't override something... 2) Yes, it is inside form tag... It is because just controls inside the form tag can communicate with server. Try to view source of aspx page sometimes to see how the html there look like
2009/8/17 Venkatu <[email protected]> > > 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..
