Menu
Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
ASP.NET
Web Forms
export to web
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="solfinker" data-source="post: 170300" data-attributes="member: 47658"><p>Hello.</p><p>I know this is not the right forum for web issues, but I am used to find help here, so...</p><p>And you can always re-direct me to the proper forum...</p><p></p><p>To the point:</p><p>I use </p><p>[CODE]Dim sw As StreamWriter = File.CreateText ("E:\web\test1.html")</p><p>For I = 0 to 90</p><p>sw.WriteLine(HT(I,0).ToString)</p><p>Next</p><p>sw.Close()[/CODE]</p><p>to create an html file every Loop in my program so that I update data in my web page.</p><p>This is working fine with a simple web page with a couple of tables and no graphics at all.</p><p></p><p>Now the next step forward is to create a file (csv, txt, Excel, whatever) with the changing fields and an html capable of reading those fields from the file so that I only have to change the file on the server and forget about the html.</p><p>Is there an easy way to do this with tools at hand or is it a thorny problem?</p><p></p><p>Thanks a lot for your hints.</p></blockquote><p></p>
[QUOTE="solfinker, post: 170300, member: 47658"] Hello. I know this is not the right forum for web issues, but I am used to find help here, so... And you can always re-direct me to the proper forum... To the point: I use [CODE]Dim sw As StreamWriter = File.CreateText ("E:\web\test1.html") For I = 0 to 90 sw.WriteLine(HT(I,0).ToString) Next sw.Close()[/CODE] to create an html file every Loop in my program so that I update data in my web page. This is working fine with a simple web page with a couple of tables and no graphics at all. Now the next step forward is to create a file (csv, txt, Excel, whatever) with the changing fields and an html capable of reading those fields from the file so that I only have to change the file on the server and forget about the html. Is there an easy way to do this with tools at hand or is it a thorny problem? Thanks a lot for your hints. [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
ASP.NET
Web Forms
export to web
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom