2
Answers

c#

public override void VerifyRenderingInServerForm(Control control)
{
/* Verifies that the control is rendered */
}
can any one explain this method.thank you.

Answers (2)