Hi, Gridview to excel is not possible.You can change it to Data grid. This is the reported BUG in Microsoft.
Thanks, Arvind 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..
