Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
dropdown id not working
dropdown id not working
03-06-2008, 11:57 AM
hamid_gsts
Joined on 02-06-2008
Posts 29
dropdown id not working
Reply
Quote
Hi! I tried this code, but it's not working:
CuteEditor.
ToolControl
toolctrl2 = Editor1.ToolControls[
"imagesDropdown"
];
if
(toolctrl2 !=
null
)
It skips the if statement cos toolctrl2 is null. Thanks!
View Complete Thread