For the server side controls, please check the following article:
How to create a custom button (Server Control) and register it with the editor toolbar template?
Example code:
Dim hello As New System.Web.UI.WebControls.Button
hello.Text = "Hello"
hello.Style("vertical-align") = "middle"
hello.CommandName = "Hello"
AddHandler hello.Click, AddressOf hello_Click
Dim world As New System.Web.UI.WebControls.Button
world.Text = "Hello"
world.Style("vertical-align") = "middle"
world.CommandName = "world"
AddHandler hello.Click, AddressOf world_Click
Editor1.RegisterCustomButton("hello", hello)
Editor1.RegisterCustomButton("world", world)
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx