hdn,
Can you post the code showing how to create the controls?
Then I will figure out how to find those controls.
Right now the only option is doing a loop:
foreach (Control c in parent.Controls)
{
if (c.GetType().ToString().Equals("CuteEditor.Editor") &&
c.ID == null)
{
((CuteEditor.Editor) c).Text = "Editor " + count.ToString();
((CuteEditor.Editor) c).AutoConfigure = AutoConfigure.Simple;
((CuteEditor.Editor) c).Height = 200;
((CuteEditor.Editor) c).ThemeType = ThemeType.Office2003_BlueTheme;
count++;
}
if (c.Controls.Count > 0)
{
IterateThroughChildren(c);
}
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