Search results for query: *

  • Users: d582
  • Order by date
  1. D

    Writing to a textfile

    writing to textfile cheers that worked
  2. D

    Writing to a textfile

    writing to textfile Hi, At the moment i am doing this:- Dim FILE_NAME AsString = "C:\test.txt" Dim Text AsString = "Alarm Triggered" Dim objWriter AsNew System.IO.StreamWriter(FILE_NAME, True) objWriter.WriteLine(Text) objWriter.Close() what would i have to change to incorporate the Date...
  3. D

    Writing to a textfile

    Hi, Does anyone know how to append the current time and date when writing to a textfile
  4. D

    Reading one row of a table

    Hi, I would like to know how to read one row from a table starting with the first one then after a time period it reads the second row only displaying one row at one time. I think its moving to next record set but i dont know how to go about it. All this has to be done on Page load i am using...
Back
Top