I know this can be done, but I can't figer out how.
How can I build a web control that uses more than html components on it? If you look at .NET components, you can find several components that have their only style, not depending on the html controls. For instance, the RTF control shows a sort of textarea, where you can have multiple colors, fonts and font sizes. This is not a html textarea. Besides, it exposes it's properties and events both to client script and server script. How can I do something like it?
NetAngel
How can I build a web control that uses more than html components on it? If you look at .NET components, you can find several components that have their only style, not depending on the html controls. For instance, the RTF control shows a sort of textarea, where you can have multiple colors, fonts and font sizes. This is not a html textarea. Besides, it exposes it's properties and events both to client script and server script. How can I do something like it?
NetAngel