Save aspx page with html tags
-
Hello, The user is given a text box to enter text. What would we need to do, to allow user to save the text along with HTML tags? VS 2010 is not allowing this due to security reasons. Is there a way we can save text like Testing? We are trying to save this test to the database. Many thanks!
-
Hello, The user is given a text box to enter text. What would we need to do, to allow user to save the text along with HTML tags? VS 2010 is not allowing this due to security reasons. Is there a way we can save text like Testing? We are trying to save this test to the database. Many thanks!
Not enough information. If all you want to do is save some text to a database that is simple as would be saving to a file: there are thousands of examples of how to do this both here and through Google. What do you mean by HTML tags? Where are they from? The page itself? You need to be clear about what you are trying to do though I have to say this does sound liek homework even though you say 'we'.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Hello, The user is given a text box to enter text. What would we need to do, to allow user to save the text along with HTML tags? VS 2010 is not allowing this due to security reasons. Is there a way we can save text like Testing? We are trying to save this test to the database. Many thanks!
I experienced that problem also: the text in the text box contained html tags (<b>Testing</b>), and I received some security warnings. Sorry that I do not remember how I resolved that, but I can confirm the existence of the problem.
-
Hello, The user is given a text box to enter text. What would we need to do, to allow user to save the text along with HTML tags? VS 2010 is not allowing this due to security reasons. Is there a way we can save text like Testing? We are trying to save this test to the database. Many thanks!