G
Guest
I am using Visual Studio.Net 2003
I know how to get a word document using a HyperLink on a web form. I am using form.aspx and form.aspx.vb. Peice of cake to get the word document I want
But how can I retrieve a word document with form.htm or form.html
The <LI> thingie works ok, but the visual presentation is lost. Does HTML have something similar to a hyperlink where I can pull in the formatting and graphics
I tried to use: (I hope you can read this in HTML format
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><script language="VB" runat="server"
dim fs as new FileStream(Server.MapPath("Experience.doc"), FileMode.OpenorCreate
dim objReader as new StreamReader(fs
while objReader.Peek() > -
Response.Write(objReader.ReadLine & "<br>"
end whil
objReader.clos
fs.clos
It doesn't work. I don't know what I am doing..
I am a newbie, what can I say. I scoured the Internet. I poured through ASP.Net in 21 days.
I'm lost and adrift...
H-E-L-P !!
</script><body><form runat="server" method="get"><asp:label id="lblMessage" runat="server" /></form></body></HTML>
I know how to get a word document using a HyperLink on a web form. I am using form.aspx and form.aspx.vb. Peice of cake to get the word document I want
But how can I retrieve a word document with form.htm or form.html
The <LI> thingie works ok, but the visual presentation is lost. Does HTML have something similar to a hyperlink where I can pull in the formatting and graphics
I tried to use: (I hope you can read this in HTML format
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><script language="VB" runat="server"
dim fs as new FileStream(Server.MapPath("Experience.doc"), FileMode.OpenorCreate
dim objReader as new StreamReader(fs
while objReader.Peek() > -
Response.Write(objReader.ReadLine & "<br>"
end whil
objReader.clos
fs.clos
It doesn't work. I don't know what I am doing..
I am a newbie, what can I say. I scoured the Internet. I poured through ASP.Net in 21 days.
I'm lost and adrift...
H-E-L-P !!
</script><body><form runat="server" method="get"><asp:label id="lblMessage" runat="server" /></form></body></HTML>