<asp:Button ID="buton" runat ="server" Text ="pdffile" OnClick ="hai" />
protected void hai(object sender, EventArgs e) { Response.Redirect("yourpdffile.pdf"); }
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response