CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP.NET - InMotion Framework

 Dynamic OrgChart VB.Net AJAX

Print topic Send  topic

Author Message
Anj

Posts: 13
Posted: 01/15/2018, 4:26 AM

I am trying to implement a dynamic organisation chart as part of my project and not sure what needs to go where using this example and how to implement it into codecharge.

https://www.aspsnippets.com/Articles/Create-Organizatio...-in-ASPNet.aspx

The inmotion datasource is for a grid generated with the required data:
<mt:MTDataSource ID="qryOrgChartDataSource" ConnectionString="InMotion:Connection1" SelectCommandType="Table" CountCommandType="Table" runat="server">
<SelectCommand>
SELECT TOP {SqlParam_endRecord} *
FROM qryOrgChart {SQL_Where} {SQL_OrderBy}
</SelectCommand>
<CountCommand>
SELECT COUNT(*)
FROM qryOrgChart
</CountCommand>
<SelectParameters>
<mt:WhereParameter Name="SesCOID" SourceType="Session" Source="COID" DataType="Integer" Operation="And" Condition="Equal" SourceColumn="COID"/>
</SelectParameters>
</mt:MTDataSource><br>
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.