Posted on: 11/17/2014 8:37:50 AM | Views : 457

Hi,
why don't sometime working print .
this is my code,I get data,but don't working RegisterStartupScript.
 public override void VerifyRenderingInServerForm(Control control)         {             /* Confirms that an HtmlForm control is rendered for the specified ASP.NET                server control at run time. */         }
  protected void btnprint_Click(object sender, EventArgs e)         {             int id = Convert.ToInt32(((LinkButton)sender).CommandArgument);             DataTable dt = new DataTable();          &n ...

Go to the complete details ...