home *** CD-ROM | disk | FTP | other *** search
-
- <!-- #include virtual="/quickstart/howto/include/header.inc" -->
-
- <h4>How Do I...Read a text file?</h4>
-
- <div class="indent" style="width:660">
- This sample illustrates reading in data and inserting it into a StringTable.
- </div>
-
- <h4>Example</h4>
-
- <p>
- <div class="indent">
- <a target="_blank" href="<%=Server.MapPath("/quickstart/howto/samples/IO/anagrams")%>">
- <img style="border-color:black" border=1 src="/quickstart/images/console.gif"><br>
- </a>
- <div class="caption">Anagrams.exe</div><br>
- [<a target="_blank" href="<%=Server.MapPath("/quickstart/howto/samples/IO/anagrams")%>">View Sample</a>] |
- [<a target="_blank" href="/quickstart/util/srcview.aspx?path=/quickstart/howto/samples/IO/anagrams/anagrams.src">View Source</a>]<p>
- </div>
-
- <h4>Source Code</h4>
-
- <div class="code">
- <xmp>
- <!-- #include virtual="/quickstart/howto/samples/IO/Anagrams/anagrams.cs" -->
- </xmp>
- </div>
-
- <!-- #include virtual="/quickstart/howto/include/footer.inc" -->
-