Introduction
In my
previous articles, you may have noticed that when you import a control into
VS.NET, it displays an error where the control is. This is because you have not
supplied any HTML code for it to render.
The .NET Framework provides a special class for the design-time HTML and this
article will show you how to utilize that class to render HTML when using a
custom control in VS.NET.
You can find the complete code and
compiled assembly at the end of this article.