J
Jason
How would I write data to a file? For example a .Doc file?
Say I have a form that has textboxes:
txtname, txtaddress, txtphone
then I want to create a file that would be simple and look like this:
FORM INFORMATION:
Name: "contents of txtname"
Address: "contents of txtaddres"
Tel: "contents of txtphone"
I then want to save this file as Jan1620081.doc and store it out
somewhere? How would I do this, for a button click event?
thanks for any input.
Say I have a form that has textboxes:
txtname, txtaddress, txtphone
then I want to create a file that would be simple and look like this:
FORM INFORMATION:
Name: "contents of txtname"
Address: "contents of txtaddres"
Tel: "contents of txtphone"
I then want to save this file as Jan1620081.doc and store it out
somewhere? How would I do this, for a button click event?
thanks for any input.