Debasis Mohapatra

Debasis Mohapatra

  • NA
  • 381
  • 53.6k

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

Aug 20 2018 1:46 AM
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)