Hi,
I created one custom button on toolbar using the following code
---------------------------------------------------------------------------------------------
'get the pos after the ZoomDim pos AsIntegerpos = Editor1.ToolControls.IndexOf(
"Zoom") + 2Dim ctrl As System.Web.UI.WebControls.WebControlctrl = Editor1.CreateCommandButton(
"MyButton", "text.gif", "Insert My Button")'add this custom button into the editorEditor1.InsertToolControl(pos,
"MyButton", ctrl)----------------------------------------------------------------------------------------------------------------
can i able to create the custom button dynamically? i mean if i give 5 then can i able to create 5 custom buttons like MyButton1 and MyButton2 and MyButton 3 etc...
if yes can i have asp.net coding idea?
regards,
anbaz.