Hallo,
> versuchs mal, wie Claudius geschrieben hat, nur
> mit \n anstelle von \n\r
habe ich auch schon probiert, �ndert leider nichts (strText =
strText.Replace("\n", "<br>")
Vielleicht mache ich ja beim Einf�gen in die Datenbank was falsch:
strText = txtText.Text.ToString()
strSQL = "INSERT INTO [Text] (Username, Date, Type, Text, Title) VALUES ('"
& strUsername & "','" & registerTime & "','" & strType & "','" & strText &
"','" & strTitle & "')"
Datentyp im SQL-Server ist NTEXT, ist das der richtige?
> anstelle von
> Response.Write(strText)
> einfach
> return strText
Ich bin ja auch zu bl�d ...
Mfg,
Tobias
*************************
_______________________________________________
This ASP.NET email is sponsored by:
UDEX ProMenu.Net - Die Software f�r Navigation - Jetzt kostenlos testen!
Tree- Style, Horizontal- Slide, Vertical- Slide. http://www.udexnet.com
_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net
*************************