Hi friends,

My client have one requirement. I have an default.aspx page. In this page

<html>
<head>
<title>save pdf</title>
<body>
<div>
<table id = "tblpara">
<p> -- I have some paragraph --- </p>
</table>
</div>
<input type="button" id="btndownload" value ="Download" runat="server"/>
</body>

I have download button. Once i click download button its downloading and save as pdf file. Is it possible???

Its very urgent. Please suggest me. Hope yours reply.

Thanks