Related resources for HtmlTextWriter
  • 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#.
  • 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.
  • 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.
  • 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.