Category: Tips and Tricks
HtmlTextWriter to string
If you create custom controls in ASP.NET, you will probably, sooner or later, be dealing with HtmlTextWriter. This tool allows you to generate HTML tags. It is better, comparing to StringBuilder, because it allows to build a nicely indented markup. In this example, we’ll show you how to debug it, in order…
Find column in Sql Server database
Notes taking – speech to text
Show current year on web site
Explore SQL Server Database
Converting object to its string representation
Unlock blocked SQL Server Database
Detect and remove duplicates in SQL Server
HtmlTextWriter to string

If you create custom controls in ASP.NET, you will probably, sooner or later, be dealing with HtmlTextWriter. This tool allows you to generate HTML tags. It is better, comparing to StringBuilder, because it allows to build a nicely indented markup. In this example, we’ll show you how to debug it, in order…