Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Aaron on Nov 11, 2009 07:45
open dhtmlx forum
dhtmlxRequestHandler

the .Net connector requires inheriting of dhtmlxRequestHandler class.Where is it. How do i include dhtmlxRequestHandler.
Answer posted by Pasha on Nov 11, 2009 10:05
dhtmlxRequestHandler is located in dhtmlxConnector.NET.dll under dhtmlxConnectors namespace. You need either to use full class name ("dhtmlxConnectors.dhtmlxRequestHandler") or import whole namespace ("using dhtmlxConnectors;") into the file.