Monday, July 20, 2009

How to print document?


protected void btnPrint_Click(object sender, EventArgs e)
{
btnPrint.Visible = false;
btnEdit.Visible = false;
Response.Write("");
}

No comments:

Post a Comment