A
AAaron123
Dim FILENAME As String = Page.MapPath("something.txt")
HomeDir = Directory.GetCurrentDirectory
TextBox1.Text = File.ReadAllText(FILENAME, Encoding.UTF8)
If I want to display text I use a TextBox and the above.
But a .txt is not that flexible a format.
I've tried other formats but the TextBox doe not appear to understand them.
How can I display a file of formatted text?
=========================
I'd like to display a site in a pane on my (Aspnet) page.
That is, when href-ing a site I'd like the site not to replace my page but
to occupy part of it. Is that possible?
========================
Warning 1 Validation (XHTML 1.0 Transitional): Element 'marquee' is not
supported. I:\MyD...
But it is such a nice control!
Do people use it anyway?
Is there a nice replacement?
Thanks for any answers
Thanks
HomeDir = Directory.GetCurrentDirectory
TextBox1.Text = File.ReadAllText(FILENAME, Encoding.UTF8)
If I want to display text I use a TextBox and the above.
But a .txt is not that flexible a format.
I've tried other formats but the TextBox doe not appear to understand them.
How can I display a file of formatted text?
=========================
I'd like to display a site in a pane on my (Aspnet) page.
That is, when href-ing a site I'd like the site not to replace my page but
to occupy part of it. Is that possible?
========================
Warning 1 Validation (XHTML 1.0 Transitional): Element 'marquee' is not
supported. I:\MyD...
But it is such a nice control!
Do people use it anyway?
Is there a nice replacement?
Thanks for any answers
Thanks