I have a multiline textbox that will hold paragraphs of information. I think that I have to write the data to a text file and save the text file to the database, because it doesn't save all of the data when I use the usual request.form("txtArticle") .
Does anyone know of a good article that writes the data to a text file, saves it to a relative path within my project, saves the link to the database, and then retrieves and displays the data on a webpage, inluding all indentions and newlines?
Thanks for the help.
Does anyone know of a good article that writes the data to a text file, saves it to a relative path within my project, saves the link to the database, and then retrieves and displays the data on a webpage, inluding all indentions and newlines?
Thanks for the help.