.NET object inside DHTMLX Window

I’m sorry if this is a stupid question, however, I’m trying to augment my .net application with some of the functionality in DHTMLX . Can I embed a .NET aspx page inside your window? How easy is it to join DHTMLX stuff with .NET apps?

Can I embed a .NET aspx page inside your window
Yep, you can use win.attachURL to load any page from server, including .aspx one.

How easy is it to join DHTMLX stuff with .NET apps?
dhtmlx components are fully client side, they will not work very good with web-forms concept, but it you are using MVC.NET - it will work perfectly ( client side can use dhtmlx component which will call controller’s action for data loading and saving )