Showing posts with label Print a web form using asp.net with c#. Show all posts
Showing posts with label Print a web form using asp.net with c#. Show all posts

Friday 22 April 2016

Print a web form using asp.net with c#

 The Code look like this :
 
<asp:Button ID="printButton" runat="server" Text="Print"  
OnClientClick="javascript:window.print();" />