Hi All,
I found a nice little peice of code that displays the data on the page as an
excel spreadsheet --
<%
Response.Conten tType = "applicatio n/vnd.ms-excel"
%>
I was just wondering whether there is something similar for PDF???
Thanks again....
I found a nice little peice of code that displays the data on the page as an
excel spreadsheet --
<%
Response.Conten tType = "applicatio n/vnd.ms-excel"
%>
I was just wondering whether there is something similar for PDF???
Thanks again....
Comment