I want to use the toolbar to open a window, I have DLed the code form the site and I have a question on that code. In the code it says if
if(sender.CommandName == "newCustomer")
Can I not just put
radopen(
null, sender.CommandName )
Or are you looking at potential isues here?