Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2004, 01:36 PM
Registered User
 
Join Date: Jun 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default store html code in a sql database through ASP.NET

Hello experts!

Please somebody help me!!!

My problem is that I have a textarea (like this one that we use to write our posts) and I want the html code that it creates, to be stored in a database. I use ASP.NET - VB and SQL Server.
My problem is that the .net takes the generated code and stores encoded.... for example
&lt;STRONG&gt;khklhklhlkh&lt;/STRONG&gt; instead of <strong>khklhklhlkh</strong>

The Textarea (by a response.write(textarea1.value) command) shows that the html generator returns th etext in html form.

The problem is in .net because the SQL database that I use can accept html code in a data type "text".

what can I do??????:(:(






Similar Threads
Thread Thread Starter Forum Replies Last Post
Store and Retrieve Images in SQL Database derekl ASP.NET 1.0 and 1.1 Professional 4 December 19th, 2007 03:16 AM
How to store word doc in sql server using asp.net kv Priya .NET Framework 2.0 2 November 28th, 2006 09:38 AM
asp.net 2 accessing sql database code problem... minstrel ASP.NET 2.0 Basics 1 August 31st, 2006 11:40 PM
asp.net code to insert image in to database madhusrp ASP.NET 1.0 and 1.1 Professional 2 March 16th, 2006 02:54 AM
Store Pictures on SQL Database fmo_82 C# 1 February 17th, 2005 11:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.