|
-
May 19th, 2006, 04:48 AM
#1
Thread Starter
Fanatic Member
override
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|