I have a textbox that holds the Terms and Conditions info for the website, I want to create a Print button that will print the Terms and Conditions
<asp:TextBox ID="txtTermCond" runat="server" Height="400px" Width="700px"
ReadOnly="True" TextMode="MultiLine" style = "resize:none" >RULES OF USE FOR PHOTOS, IMAGES AND MATERIALS ON etc........................
</asp:TextBox>
Go to the complete details ...