W
Walter Levine
I just worked through a VB.Net sample program that creates an rft document
and then opens it in Word. The code that opens the document is:
Dim sFileName As String
sFileName = "Sample1.doc"
Response.Write( "<META HTTP-EQUIV=""REFRESH"" Content=""0;URL=" & sFileName
& """>")
I cannot get this to work in C#, can anybody show me how to construct this
statement in C#. Also, where can I find some documentation about how this
works
Thanks in advance for any help.
Walter
(e-mail address removed)
and then opens it in Word. The code that opens the document is:
Dim sFileName As String
sFileName = "Sample1.doc"
Response.Write( "<META HTTP-EQUIV=""REFRESH"" Content=""0;URL=" & sFileName
& """>")
I cannot get this to work in C#, can anybody show me how to construct this
statement in C#. Also, where can I find some documentation about how this
works
Thanks in advance for any help.
Walter
(e-mail address removed)