TextStream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Madhu G
    New Member
    • Dec 2009
    • 2

    TextStream

    Dim sr As Scripting.TextS tream
    Dim fso As Scripting.FileS ystemObject

    how to use the above code in asp.net
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You can find information about Scripting and any other .NET topics in the MSDN Library. This resource should get you pointed in the right direction....th ere are multiple articles on theScripting, Scripting.TextS tream, and there Scripting.FileS treamObject there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

    Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question.

    -Frinny

    Comment

    Working...