David
1. Use the row binding event to do a search/replace
2. Search/replace in your database, before you have the data in .NET
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"David C" <dlc...@lifetimeinc.com> wrote in message
news:ubps2UGr...@TK2MSFTNGP05.phx.gbl...
Dim varControl
varControl = e.Row.FindControl("EventNotes")
varControl.Text = Replace(varControl.Text, vbCrLf, "<br />")
"Cowboy (Gregory A. Beamer)" <NoSpamM...@comcast.netNoSpamM> wrote in
message news:uzcBybGr...@TK2MSFTNGP03.phx.gbl...
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"David C" <dlc...@lifetimeinc.com> wrote in message
news:%233l9IfG...@TK2MSFTNGP03.phx.gbl...
David
"David Wier" <d...@dw.com> wrote in message
news:%237bm4hG...@TK2MSFTNGP03.phx.gbl...
Turn on your options Strict and Explicit.
Compiler will tell you most of your problems before you run.
LS
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"David C" <dlc...@lifetimeinc.com> wrote in message
news:%233l9IfG...@TK2MSFTNGP03.phx.gbl...
"David C" <dlc...@lifetimeinc.com>
news:ubps2UGr...@TK2MSFTNGP05.phx.gbl...