Connector define in <HTML> version

I success to build the application DHTMLX in version.

I can display the form and a window.

But I cannot to connect the database. In DHTMLX in version, I use a to operator the database function. It is ok.

Now I want to ask how operator the function in version.

A completed demo can provided to you.
completed Demo.rar (378 KB)

Hello,
you need to add reference to DHTMLX.dll(just create /Bin folder and put dll there) and specify connection string.
Check the attachment, I’ve created web.config and defined target .net framework and connection string there. FormConnector.ashx is also modified, now it contains code from FormConnector.ashx.cs.
dhtmlxConnector_sample.zip (694 KB)