I'm trying to get the Drap & Drop example to work with a MaterPage.
I've edited the FindForm code in the the XhtmlPage.cs class with this:
ControlCollection targetCollection = null;
if ( Master != null )
targetCollection = Master.Controls;
else
targetCollection = Controls;//
But I still can not get the code to function properly.
Any ideas on what else needs to be changed for this to work. This is the last hurdle I'm trying to prototype before being able to purchase a license.
thanks,
Voss.
I've edited the FindForm code in the the XhtmlPage.cs class with this:
ControlCollection targetCollection = null;
if ( Master != null )
targetCollection = Master.Controls;
else
targetCollection = Controls;//
But I still can not get the code to function properly.
Any ideas on what else needs to be changed for this to work. This is the last hurdle I'm trying to prototype before being able to purchase a license.
thanks,
Voss.