This example demonstrates creating a RadSpell instance dynamically in the code-behind, and attaching it to a control.
Note that we work with control ID's, and they are setup by ASP.NET after we add the control to the form's Controls collection.
This is especially important when IsClientID is true and you are attaching to the ClientID of a control.