Anj
Posts: 13
|
Posted: 01/15/2018, 4:37 AM |
 |
https://www.aspsnippets.com/Articles/Create-Organizatio...-in-ASPNet.aspx
<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>
<SelectParameters>
<mt:WhereParameter Name="SesCOID" SourceType="Session" Source="COID" DataType="Integer" Operation="And" Condition="Equal" SourceColumn="COID"/>
</SelectParameters>
</mt:MTDataSource>
|
 |
 |
|