Related resources for TextWriter
  • StreamReader and StreamWriter Classes in C# 9/14/2023 8:44:51 AM. In this article I will explain you about StreamReader and StreamWriter Classes in C#.
  • Creating MS Word Document using C#, XML and XSLT3/29/2022 9:56:05 AM. This simple program demostrate how to create well formatted MS Word documents using C#, XML and XSLT. Using XSLT to create Word documents requires the knowledge of RTF key words.
  • Export Gridview To HTML File Using ASP.Net C#4/23/2021 9:09:09 AM. In this article we will learn how to export a Grid View to a HTML File using ASP.Net C#.
  • Methods For Transforming Data To A XML File11/25/2020 11:45:42 PM. This articles mentions different ways to tranform data to XML file.
  • How to Generate an XML Document Programmatically-Using SAX Technology: Part II9/4/2014 1:28:55 AM. In the previous article, we’ve proceed to generate an XML document using DOM technology which is document object model, Now, we’ll do the same thing but, this time using SAX technology.
  • Convert Currency Values with a Custom Control in VB.NET12/1/2012 3:48:22 AM. This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another. The control consumes a public web service in order to calculate the exchange rate and uses the exchange rate returned from the web service to calculate the value of the exchanged currency.
  • Forecast the Weather with a Custom Control in VB.NET12/1/2012 3:10:19 AM. This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code. The control is driven by a public, free web service that returns the seven forecast for any area in the United States by zip code or location. This demonstration only uses the first three days of the seven day forecast and it implements only the zip code based request for forecast data.
  • Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET12/1/2012 2:55:22 AM. This article will address the use of the HtmlTextWriter class and the role is plays in the construction of custom server controls. As custom server control development is accomplished without a visual designer, the HtmlTextWriter class provides a mechanism for precisely defining the output of the custom control directly within the code and in absence of the designer.
  • Add a daily Dilbert Comic with a Custom Control in VB.NET12/1/2012 2:44:55 AM. This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
  • Lookup Area Codes by Zip Codes with an ASP.NET Custom Control in VB.NET11/10/2012 1:00:14 AM. This article describes the construction of a simple custom control used to lookup an area code and a city/state location based upon a selected zip code; the lookup is performed through the use of an available public web service. The article includes the source code for this custom control and well as a demonstration site used to test the control.
  • Add a daily Dilbert Comic with a Custom Control in VB.NET11/9/2012 6:36:18 AM. This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
  • Processing XML Data: Part 110/29/2012 11:38:20 PM. In this article I will show you how to work with XML Data.
  • Go Beyond the Limits of ASP.NET Form10/3/2012 12:17:53 PM. One of the most common hitches that ASP developers encounter when they first approach ASP.NET is that managed Web applications must be written according to a single-form interface model.
  • Reading and Wtiting XML Documents5/20/2012 7:12:44 AM. In this article you will see how to read and write XML documents using XML API available in .NET Framework class library.
  • TextReader and TextWriter Classes in C# 5/20/2012 6:44:00 AM. In this article I will explain you about TextReader and TextWriter Classes in C#.
  • The Xmlwriter Classes5/20/2012 6:26:47 AM. In this article I will explain you how to read an Xmlwriter Classes in ADO.NET.
  • Working With XML in C#5/20/2012 5:50:38 AM. In this article we see how to perform operation in a XML file using C#.
  • Write XML in C#5/20/2012 2:07:35 AM. In this article, I will show you how to use XmlTextWriter class to create an XML document and write data to the document.
  • Stock Tracker Custom Control in C# .NET5/4/2009 2:46:46 AM. This article describes the construction of a custom control used to check stock prices as made available through a public web service.
  • TextReader and TextWriter in C#2/27/2006 2:07:10 AM. This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter.
  • Format DateTime Values in XML Extracted From DataSet 1/4/2006 7:18:51 AM. In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
  • Tracking your lottery pick on the Web Using .NET12/27/2005 12:27:01 AM. A few weeks ago, the New Jersey State lottery was up to 300,000,000 dollars.
  • Text Reader and Text Writer in C#12/23/2005 5:29:02 AM. A detailed tutorial and C# types such as Value and Reference types with sample examples.