Printing Web Form
I got the code below in one of your forums:
Private Sub Button3_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Load
Button3.Attributes.Add("onclick", "javascript:window.print();")
End Sub
This code prints the form and the inputted information.
But how can you push the information only onto a word doc. or pdf. without printing the form design.
|