When we add controls dynamically, we are getting error like this.
Then we have to add this code to .ASPX file's code
public override void VerifyRenderingInServerForm(Control control)
{
Confirms that an HtmlForm control is rendered for the
specified ASP.NET server control at run time.
No code required here.
}
Then we are all works fine :) :) :)
No comments:
Post a Comment