Hi,
Can you write the following code into vb.net ?
public override void VerifyRenderingInServerForm(Control control)
{
}
This is what I have done but it gives an error VerifyRenderingInServerForm (sub 'VerifyRenderingInServerForm' can not be declared 'overrides' because it does not override a sub in a base class)
Public Overrides Sub VerifyRenderingInServerForm(ByVal control As Control)
End Sub


Reply With Quote
