I am using C# in VB 2012 I want to know how to print the contents of a textbox.
Example if someone types "John" in a txtFirstName.text I want to print "Thank you , John "
on a new page which will get print.
A second problem I have is that when I print that new page the URL of the page gets printed also
I would like a way to prevent the URL being printed.