6
Answers

how to print the page in asp.net c# code

Hi,
 
I want to print the webpage through asp.net c# code. 
 
this is my desgin part.
<asp:Button ID="btnprint" class="btn btn-info" CausesValidation="false" runat="server" Text="Print"></asp:Button>
 
Answers (6)