Textfile editor

  • Thread starter Thread starter Gunawan
  • Start date Start date
G

Gunawan

Hi,
If I have generated a text file and I want to display it on the web, what
kind of control (ASP.NET) Control that I can use?
For example in vb 6 I can use rich text control.
TIA,
Gun
 
Display or edit? To display, you can simply set up a <PRE> tag on the page
with a container (label, localization, panel, etc.). You then use a
streamreader to pull in and write out to the stream.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
SOrry. I see edit now. My bad. I often skip the subject, so it is wise to
include the subject information in the text of the message.

There are likely some open source editor controls out there. On SourceForge,
there is an HTML editor control for ASP.NET. You can strip it down to avoid
HTML formatting, as the source code is available.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
Back
Top