Hi, i can export the Gridview to Excel in Content page , but the same code is not working on Master page ? why ?
The Gridview control is inside the <form tag only Anyone know the solution or tried this ..? On Mon, Aug 17, 2009 at 10:01 PM, Cerebrus <[email protected]> wrote: > > Perhaps you should explain why you need to invoke or override this > method... ? > > On Aug 17, 2:50 pm, Venkatu <[email protected]> wrote: > > 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.. >
