How would you do this in the code behind. I am trying to use the richtextbox program that I downloaded. they show this for working on the page,
<%@ Register TagPrefix="RTB" Namespace="RichTextBoxControl" Assembly="RichTextBox" %>
but I want to know how to add the tag in the code behind.
Scott
<%@ Register TagPrefix="RTB" Namespace="RichTextBoxControl" Assembly="RichTextBox" %>
but I want to know how to add the tag in the code behind.
Scott