how to hide print button when pdf is opened in browser using asp.net c#?

前端 未结 0 1304
执念已碎
执念已碎 2020-12-04 12:45
protected void lnkView_Click(object sender, EventArgs e)
{
    LinkButton lbkFile = (LinkButton)sender;
    string FilePath = Server.MapPath("~/Uploads/Improvem         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题