This commit is contained in:
root esting 2019-04-01 18:43:06 +05:30
Родитель e843b726f3
Коммит 5edb9ed70e
8268 изменённых файлов: 4551306 добавлений и 0 удалений

150
Accordion/API.aspx Normal file
Просмотреть файл

@ -0,0 +1,150 @@
<%@ Page Language="C#" Title="ASP.NET Accordion API configuration example | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="API.aspx.cs" Inherits="WebSampleBrowser.Accordion.API" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe" style="min-height:300px;">
<ej:Accordion ID="APIAccordion" runat="server">
<Items>
<ej:AccordionItem Text="London">
<ContentSection>
London is one of the most popular tourist destinations in the world for a reason. A cultural and historical hub, London has an excellent public transportation system that allows visitors to see all the fantastic sights without spending a ton of money on a rental car.
</ContentSection>
</ej:AccordionItem>
</Items>
<Items>
<ej:AccordionItem Text="Paris">
<ContentSection>
Paris, the city of lights and love - this short guide is full of ideas for how to make the most of the romanticism that oozes from every one of its beautiful corners.
</ContentSection>
</ej:AccordionItem>
</Items>
<Items>
<ej:AccordionItem Text="Rome">
<ContentSection>
Rome is one of the world's most fascinating cities. The old adage that Rome was not built in a day — and that you won't see it in one or even in three — is true. For the intrepid traveler who can keep pace, here is a list of must-sees. But remember what the Romans say: "Even a lifetime isn't enough to see Rome."
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="PropertySection">
<div id="sampleProperties">
<div class="prop-grid">
<div class="row">
<div class="col-md-3 col-xs-4">
Active Index
</div>
<div class="col-md-3 col-xs-4">
<ej:DropDownList ID="optActiveChange" runat="server" ClientSideOnChange="onActiveChange" WatermarkText="Select" Width="120px" TargetID="optActiveChangelist"></ej:DropDownList>
<div id="optActiveChangelist">
<ul>
<li>London</li>
<li>Paris</li>
<li>Rome</li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-4">
Disable Item
</div>
<div class="col-md-3 col-xs-4">
<ej:DropDownList ID="optDisableChange" runat="server" ShowCheckbox="true" ClientSideOnChange="onDisableChange" WatermarkText="Select" Width="120px" TargetID="optDisableChangelist"></ej:DropDownList>
<div id="optDisableChangelist">
<ul>
<li>London</li>
<li>Paris</li>
<li>Rome</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Enable Item
</div>
<div class="col-md-3 col-xs-4">
<ej:DropDownList ID="optEnableChange" runat="server" ShowCheckbox="true" WatermarkText="Select" Width="120px" ClientSideOnChange="onEnableChange" TargetID="optEnableChangelist"></ej:DropDownList>
<div id="optEnableChangelist">
<ul>
<li>London</li>
<li>Paris</li>
<li>Rome</li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-4">
Enable / Disable All
</div>
<div class="col-md-3 col-xs-4">
<ej:ToggleButton ID="btnEnableDisable" ClientSideOnChange="onEnaleDisableAll" Width="120px" DefaultText="Disable All" ActiveText="Enable All" runat="server"></ej:ToggleButton>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Show / Hide
</div>
<div class="col-md-3 col-xs-4">
<input type="checkbox" id="chkShowHide" class="e-chkbox" value="ShowHide" checked="checked" />
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Destroy
</div>
<div class="col-md-3 col-xs-4">
<ej:ToggleButton ID="chkDestroy" ClientSideOnChange="onDestoryRestore" DefaultText="Destory" Width="120px" ActiveText="Restore" runat="server"></ej:ToggleButton>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Height Adjust Mode
</div>
<div class="col-md-3 col-xs-4">
<ej:DropDownList ID="heightAdjustMode" runat="server" Value="content" Width="120px" ClientSideOnChange="onHeightAdjust" TargetID="heightAdjust"></ej:DropDownList>
<div id="heightAdjust">
<ul>
<li>fill</li>
<li>content</li>
<li>auto</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Close button
</div>
<div class="col-md-3 col-xs-4">
<ej:ToggleButton ID="chkCloseBtn" ClientSideOnChange="onShowHideCloseBtn" DefaultText="Show" Width="120px" ActiveText="Hide" runat="server"></ej:ToggleButton>
</div>
</div>
</div>
</div>
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="ScriptSection" runat="server">
<script type="text/javascript" class="jsScript">
var acrdnObj, activeObj, disableObj;
$(function () {
// declaration
acrdnObj = $("#<%=APIAccordion.ClientID%>").data("ejAccordion");
$("#chkShowHide").ejCheckBox({ "change": "onShowHide" });
$("#sampleProperties").ejPropertiesPanel();
activeObj = $("#<%=optActiveChange.ClientID%>").data("ejDropDownList");
disableObj = $("#<%=optDisableChange.ClientID%>").data("ejDropDownList");
});
</script>
<script src='<%= Page.ResolveClientUrl("~/Scripts/Accordion/AccordionAPI.js")%>' type="text/javascript"></script>
</asp:Content>

24
Accordion/API.aspx.cs Normal file
Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class API : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

94
Accordion/API.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,94 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class API {
/// <summary>
/// APIAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion APIAccordion;
/// <summary>
/// optActiveChange control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.DropDownList optActiveChange;
/// <summary>
/// optDisableChange control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.DropDownList optDisableChange;
/// <summary>
/// optEnableChange control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.DropDownList optEnableChange;
/// <summary>
/// btnEnableDisable control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.ToggleButton btnEnableDisable;
/// <summary>
/// chkDestroy control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.ToggleButton chkDestroy;
/// <summary>
/// heightAdjustMode control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.DropDownList heightAdjustMode;
/// <summary>
/// chkCloseBtn control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.ToggleButton chkCloseBtn;
}
}

Просмотреть файл

@ -0,0 +1,37 @@
<%@ Page Language="C#" Title="Example of loading Ajax content in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="AjaxContent.aspx.cs" Inherits="WebSampleBrowser.Accordion.AjaxContents" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<div id="ajaxAccordion">
<h3>
<a href="../Content/samplecontent/mvccontent.html">Model–view–controller (MVC)</a></h3>
<div>
</div>
<h3>
<a href="../Content/samplecontent/wpfcontent.html"></a>WPF</h3>
<div>
</div>
<h3>
<a href="#">WCF</a></h3>
<div>
<p>
WCF is a tool often used to implement and deploy a service-oriented architecture (SOA).
It is designed using service-oriented architecture principles to support distributed computing where services have remote consumers.
Clients can consume multiple services; services can be consumed by multiple clients. Services are loosely coupled to each other.
Services typically have a WSDL interface (Web Services Description Language) that any WCF client can use to consume the service, regardless of which platform the service is hosted on.
WCF implements many advanced Web services (WS) standards such as WS-Addressing, WS-ReliableMessaging and WS-Security.
With the release of .NET Framework 4.0, WCF also provides RSS Syndication Services, WS-Discovery, routing and better support for REST services.
</p>
</div>
</div>
</div>
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="ScriptSection" runat="server">
<script type="text/javascript" class="jsScript">
$(function () {
// declaration
$("#ajaxAccordion").ejAccordion();
});
</script>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class AjaxContents : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

22
Accordion/AjaxContent.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,22 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class AjaxContents {
}
}

Просмотреть файл

@ -0,0 +1,119 @@
<%@ Page Language="C#" Title="Example of using client-side events in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="ClientSideEvents.aspx.cs" Inherits="WebSampleBrowser.Accordion.ClientSideEvents" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="Accordion1" runat="server" ClientSideOnCreate="onCreate" ClientSideOnActivate="onActivate" ClientSideOnAjaxBeforeLoad="onBeforeLoad" ClientSideOnAjaxSuccess="onAjaxSuccess" ClientSideOnAjaxError="onError" ClientSideOnAjaxLoad="onLoad" ClientSideOnBeforeActivate="onBeforeActivate" ClientSideOnInActivate="onInActivate" ClientSideOnBeforeInActivate="onBeforeInActivate">
<Items>
<ej:AccordionItem Text="ASP.NET">
<ContentSection>
Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="ASP.NET MVC">
<ContentSection>
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Javascript" AjaxUrl="../Content/samplecontent/jscontent.html">
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="EventSection">
<%-- <asp:UpdatePanel ID="UpdatePanelProp" UpdateMode="Always" runat="server">
<ContentTemplate>--%>
<div class="cols-prop-area event-tracer">
<div>
<div class="heading">
<span>Event Trace</span>
<div class="pull-right">
<ej:DropDownList ID="selectControls" ClientSideOnPopupShown="adjustpopupposition" TargetID="eventList" ClientSideOnCheckChange="evtpropscheckedevent" ShowCheckbox="true" CheckAll="true" runat="server">
<Items>
<ej:DropDownListItem Value="create" Text="Create"></ej:DropDownListItem>
<ej:DropDownListItem Value="beforeActivate" Text="Before Activate"></ej:DropDownListItem>
<ej:DropDownListItem Value="activate" Text="Activate"></ej:DropDownListItem>
<ej:DropDownListItem Value="beforeInactivate" Text="Before InActivate"></ej:DropDownListItem>
<ej:DropDownListItem Value="inActivate" Text="InActivate"></ej:DropDownListItem>
<ej:DropDownListItem Value="ajaxBeforeLoad" Text="Ajax Before Load"></ej:DropDownListItem>
<ej:DropDownListItem Value="ajaxLoad" Text="Ajax Load"></ej:DropDownListItem>
<ej:DropDownListItem Value="ajaxSuccess" Text="Ajax Success"></ej:DropDownListItem>
<ej:DropDownListItem Value="ajaxError" Text="Ajax Error"></ej:DropDownListItem>
</Items>
</ej:DropDownList>
</div>
</div>
</div>
<div class="prop-grid content">
<div class="eventarea">
<div class="EventLog" id="EventLog">
</div>
</div>
<div class="evtbtn">
<ej:Button ID="Clear" Type="Button" ClientSideOnClick="onClear" Text="Clear" CssClass="eventclear e-btn" runat="server"></ej:Button>
</div>
</div>
</div>
</div>
<%-- </ContentTemplate>
</asp:UpdatePanel>--%>
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="ScriptSection" runat="server">
<script type="text/javascript" class="jsScript">
// Client side Events
function onCreate(args) {
jQuery.addEventLog("Accordion has been <span class='eventTitle'>created</span>.");
}
function onBeforeActivate(args) {
if (!ej.isNullOrUndefined(args.activeIndex))
jQuery.addEventLog("<span class='eventTitle'>BeforeActiveClick</span> event is fired for Index " + args.activeIndex + ".");
}
function onActivate(args) {
if (!ej.isNullOrUndefined(args.activeIndex))
jQuery.addEventLog("<span class='eventTitle'>ActiveClick</span> event is fired for Index " + args.activeIndex + ".");
}
function onBeforeInActivate(args) {
if (!ej.isNullOrUndefined(args.inActiveIndex))
jQuery.addEventLog("Index " + args.inActiveIndex + " is on <span class='eventTitle'>BeforeInActive</span>.");
}
function onInActivate(args) {
if (!ej.isNullOrUndefined(args.inActiveIndex))
jQuery.addEventLog("Index " + args.inActiveIndex + " is on <span class='eventTitle'>inActive</span>.");
}
function onBeforeLoad(args) {
jQuery.addEventLog("<span class='eventTitle'>BeforeLoad</span> event is fired.");
}
function onLoad(args) {
jQuery.addEventLog("Ajax content is <span class='eventTitle'>loaded</span>.");
}
function onAjaxSuccess(args) {
jQuery.addEventLog("Ajax content is loaded <span class='eventTitle'>successfully</span>.");
}
function onError(args) {
jQuery.addEventLog("Ajax content is loaded with an <span class='eventTitle'>error</span>.");
}
function onClear() {
jQuery.clearEventLog();
}
// Event wire and unwire
function evtpropscheckedevent(args) {
var acrdnObj = $("#<%=Accordion1.ClientID%>").data("ejAccordion");
if (args.isChecked) {
switch (args.selectedValue) {
case "create": acrdnObj.option(args.selectedValue, "onCreate"); break;
case "beforeActivate": acrdnObj.option(args.selectedValue, "onBeforeActivate"); break;
case "Activate": acrdnObj.option(args.selectedValue, "onActivate"); break;
case "beforeInactivate": acrdnObj.option(args.selectedValue, "onBeforeInActivate"); break;
case "inActivate": acrdnObj.option(args.selectedValue, "onInActivate"); break;
case "ajaxBeforeLoad": acrdnObj.option(args.selectedValue, "onBeforeLoad"); break;
case "ajaxLoad": acrdnObj.option(args.selectedValue, "onLoad"); break;
case "ajaxSuccess": acrdnObj.option(args.selectedValue, "onAjaxSuccess"); break;
case "ajaxError": acrdnObj.option(args.selectedValue, "onError"); break;
}
}
else acrdnObj.option(args.selectedValue, null);
}
</script>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class ClientSideEvents : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

49
Accordion/ClientSideEvents.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,49 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class ClientSideEvents {
/// <summary>
/// Accordion1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion Accordion1;
/// <summary>
/// selectControls control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.DropDownList selectControls;
/// <summary>
/// Clear control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Button Clear;
}
}

Просмотреть файл

@ -0,0 +1,91 @@
<%@ Page Language="C#" Title="Default Functionalities of ASP.NET Accordion control | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="DefaultFunctionalities.aspx.cs" Inherits="WebSampleBrowser.Accordion.DefaultFunctionalities" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="DefaultAccordion" runat="server" SelectedItemIndex="0" ShowRoundedCorner="True">
<Items>
<ej:AccordionItem Text="Inbox">
<ContentSection>
<div class="emp-list">
<img src="../Content/Images/Employees/3.png" alt="employee" />
<div class="time-panel">7:30</div>
<b class="headername">Catriona</b><br />
All WinRT controls are optimized for touch, supporting common gestures: zooming, panning, selecting, double-tapping, rotating, resizing.
</div>
<div class="emp-list">
<img src="../Content/Images/Employees/6.png" alt="employee" />
<div class="time-panel">5:33</div>
<b class="headername">John Linden</b><br />
All the components in the ASP.NET MVC have been built from the ground up with performance in mind and are extremely lightweight.
</div>
<div class="emp-list">
<img src="../Content/Images/Employees/8.png" alt="employee" />
<div class="time-panel">2:10</div>
<b class="headername">Louis</b><br />
Big data is a broad term for data sets so large or complex that traditional data processing applications are inadequate. Challenges include analysis, capture, data curation, search, sharing, storage, transfer, visualization, querying and information privacy.
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Sent">
<ContentSection>
<div class="emp-list">
<img src="../Content/Images/Employees/8.png" alt="employee" />
<div class="time-panel">3:55</div>
<b class="headername">Louis</b><br />
Big data is a broad term for data sets so large or complex that traditional data processing applications are inadequate. Challenges include analysis, capture, data curation, search, sharing, storage, transfer, visualization, querying and information privacy.
</div>
<div class="emp-list">
<img src="../Content/Images/Employees/6.png" alt="employee" />
<div class="time-panel">6:47</div>
<b class="headername">John Linden</b><br />
Cloud computing, also known as 'on-demand computing', is a kind of Internet-based computing, where shared resources, data and information are provided to computers and other devices on-demand.
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Trash">
<ContentSection>
<div class="emp-list">
<img src="../Content/Images/Employees/3.png" alt="employee" />
<div class="time-panel">8:30</div>
<b class="headername">Catriona</b><br />
With our sophisticated support system, built from the ground up to support all type of customers, you will have a streamlined experience working with our support team.
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="ScriptSection" runat="server">
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="StyleSection" runat="server">
<style type="text/css">
#LayoutSection_ControlsSection_DefaultAccordion img {
float: left;
height: 40px;
padding-right: 6px;
}
.emp-list {
border-bottom: 1px solid #BBBCBB;
margin-bottom: 9px;
padding-bottom: 9px;
}
.emp-list:last-child {
border-bottom: none;
padding-bottom: 0;
}
.time-panel {
float: right;
color: #2382C3;
}
.headername {
font-size: 16px;
font-weight: 600;
}
</style>
</asp:Content>

Просмотреть файл

@ -0,0 +1,25 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class DefaultFunctionalities : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/DefaultFunctionalities.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class DefaultFunctionalities {
/// <summary>
/// DefaultAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion DefaultAccordion;
}
}

56
Accordion/Events.aspx Normal file
Просмотреть файл

@ -0,0 +1,56 @@
<%@ Page Language="C#" Title="Example of using server-side events in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="Events.aspx.cs" Inherits="WebSampleBrowser.Accordion.Events" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="Accordion1" runat="server" OnAccordionPaneClick="Accordion1_AccordionPaneClick">
<Items>
<ej:AccordionItem Text="ASP.NET">
<ContentSection>
Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="ASP.NET MVC">
<ContentSection>
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Javascript" AjaxUrl="../Content/samplecontent/jscontent.html">
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="EventSection">
<asp:UpdatePanel ID="UpdatePanelProp" UpdateMode="Conditional" runat="server">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Clear" EventName="click" />
</Triggers>
<ContentTemplate>
<div class="cols-prop-area event-tracer">
<div>
<div class="heading">
<span>Event Trace</span>
</div>
<div class="prop-grid content">
<div class="eventarea">
<div class="EventLog" id="EventLog" runat="server">
</div>
</div>
<div class="evtbtn">
<ej:Button ID="Clear" Type="Button" Text="Clear" OnClick="Clear_Click" CssClass="eventclear e-btn" runat="server"></ej:Button>
</div>
</div>
</div>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>

33
Accordion/Events.aspx.cs Normal file
Просмотреть файл

@ -0,0 +1,33 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class Events : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Accordion1_AccordionPaneClick(object sender, Syncfusion.JavaScript.Web.AccordionEventArgs e)
{
this.EventLog.InnerHtml = "Index " + e.ActiveIndex + "<span class='eventTitle'> Was active.</span>\r\n<br/>" + this.EventLog.InnerHtml;
}
protected void Clear_Click(object Sender, Syncfusion.JavaScript.Web.ButtonEventArgs e)
{
this.EventLog.InnerHtml = string.Empty;
}
}
}

58
Accordion/Events.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,58 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class Events {
/// <summary>
/// Accordion1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion Accordion1;
/// <summary>
/// UpdatePanelProp control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.UpdatePanel UpdatePanelProp;
/// <summary>
/// EventLog control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl EventLog;
/// <summary>
/// Clear control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Button Clear;
}
}

42
Accordion/Icons.aspx Normal file
Просмотреть файл

@ -0,0 +1,42 @@
<%@ Page Language="C#" Title="Example of loading images/icons in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="Icons.aspx.cs" Inherits="WebSampleBrowser.Accordion.Icons" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="IconAccordion" runat="server">
<CustomIcon Header="header-close" SelectedHeader="header-expand" />
<Items>
<ej:AccordionItem ImageCssClass="logos volkswagan" Text="Volkswagen">
<ContentSection>
<div>
Volkswagen is a German automobile manufacturer headquartered in Wolfsburg, Lower Saxony, Germany.
Volkswagen is the original and top-selling marquee of the Volkswagen Group, the biggest German automaker and the third largest automaker in the world.
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem ImageCssClass="logos mitsubishi" Text="Mitsubishi">
<ContentSection>
<div>
The Mitsubishi Group is a group of autonomous Japanese multinational companies covering a range of businesses which share the Mitsubishi brand,
trademark, and legacy.The Mitsubishi group of companies form a loose entity, the Mitsubishi Keiretsu, which is often referenced in Japanese and US media and official reports.
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem ImageCssClass="logos benz" Text="Mercedes-Benz">
<ContentSection>
<div>
Mercedes-Benz is a multinational division of the German manufacturer Daimler AG, and the brand is used for luxury automobiles, buses, coaches, and trucks.
Mercedes-Benz is headquartered in Stuttgart, Baden-Württemberg, Germany.The name first appeared in 1926 under Daimler-Benz but traces its origins
to Daimler-Motormen-Gesell shaft's 1901 Mercedes and to Karl Benz's 1886 Benz Patent Motorwagen, which is widely regarded as the first automobile.
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="StyleSection" runat="server">
<link href="<%=ResolveClientUrl("~/Content/Accordion/icons.css")%>" rel="stylesheet" />
</asp:Content>

24
Accordion/Icons.aspx.cs Normal file
Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class Icons : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/Icons.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class Icons {
/// <summary>
/// IconAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion IconAccordion;
}
}

Просмотреть файл

@ -0,0 +1,114 @@
<%@ Page Language="C#" Title="Keyboard interaction in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="KeyboardInteraction.aspx.cs" Inherits="WebSampleBrowser.Accordion.KeyboardInteraction" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="KeyAccordion" runat="server">
<Items>
<ej:AccordionItem Text="Twitter">
<ContentSection>
Twitter is an online social networking service that enables users to send and read short 140-character messages called "tweets".
Registered users can read and post tweets, but those who are unregistered can only read them. Users access Twitter through the website interface, SMS or mobile device app Twitter Inc. is based in San Francisco and has more than 25 offices around the world.
Twitter was created in March 2006 by Jack Dorsey, Evan Williams, Biz Stone, and Noah Glass and launched in July 2006. The service rapidly gained worldwide popularity, with more than 100 million users posting 340 million tweets a day in 2012.The service also handled 1.6 billion search queries per day
</ContentSection>
</ej:AccordionItem>
</Items>
<Items>
<ej:AccordionItem Text="Facebook">
<ContentSection>
Facebook is an online social networking service headquartered in Menlo Park, California. Its website was launched on February 4, 2004, by Mark Zuckerberg with his Harvard College roommates and fellow students Eduardo Saverin, Andrew McCollum, Dustin Moskovitz and Chris Hughes.The founders had initially limited the website's membership to Harvard students, but later expanded it to colleges in the Boston area, the Ivy League, and Stanford University. It gradually added support for students at various other universities and later to high-school students.
</ContentSection>
</ej:AccordionItem>
</Items>
<Items>
<ej:AccordionItem Text="WhatsApp">
<ContentSection>
WhatsApp Messenger is a proprietary cross-platform instant messaging client for smartphones that operates under a subscription business model. It uses the Internet to send text messages, images, video, user location and audio media messages to other users using standard cellular mobile numbers.
As of February 2016, WhatsApp had a user base of up to one billion,[10] making it the most globally popular messaging application.
WhatsApp Inc., based in Mountain View, California, was acquired by Facebook Inc. on February 19, 2014, for approximately US$19.3 billion.
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>
<asp:Content ID="Content2" runat="server" ContentPlaceHolderID="PropertySection">
<div id="sampleProperties">
<div class="prop-grid keyboard">
<div class="row">
<div class="col-md-3 col-xs-4">
Alt + j
</div>
<div class="col-md-3 col-xs-4">
Focuses the control.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Up
</div>
<div class="col-md-3 col-xs-4">
Selected previous item.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Left
</div>
<div class="col-md-3 col-xs-4">
Selected previous item.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Down
</div>
<div class="col-md-3 col-xs-4">
Selected next item.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Right
</div>
<div class="col-md-3 col-xs-4">
Selected next item.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
Home
</div>
<div class="col-md-3 col-xs-4">
Selected first item.
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-4">
End
</div>
<div class="col-md-3 col-xs-4">
Selected last item.
</div>
</div>
</div>
</div>
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="ScriptSection" runat="server">
<script type="text/javascript" class="jsScript">
$(function () {
//Control focus key
$(document).on("keydown", function (e) {
if (e.altKey && e.keyCode === 74) { // j- key code.
$("#<%=KeyAccordion.ClientID%>").focus();
}
});
$("#sampleProperties").ejPropertiesPanel();
});
</script>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class KeyboardInteraction : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/KeyboardInteraction.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class KeyboardInteraction {
/// <summary>
/// KeyAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion KeyAccordion;
}
}

Просмотреть файл

@ -0,0 +1,32 @@
<%@ Page Language="C#" Title="Expand/Collapse multiple sections in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="MultipleOpen.aspx.cs" Inherits="WebSampleBrowser.Accordion.MultipleOpen" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="MultiAccordion" EnableMultipleOpen="true" runat="server">
<Items>
<ej:AccordionItem Text="ASP.NET">
<ContentSection>
Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface.
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="ASP.NET MVC">
<ContentSection>
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication.
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Javascript">
<ContentSection>
JavaScript (JS) is an interpreted computer programming language.
It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser,
communicate asynchronously, and alter the document content that was displayed.More recently, however,
it has become common in both game development and the creation of desktop applications.
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class MultipleOpen : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/MultipleOpen.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class MultipleOpen {
/// <summary>
/// MultiAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion MultiAccordion;
}
}

Просмотреть файл

@ -0,0 +1,164 @@
<%@ Page Language="C#" Title="Example to create nested accordion in ASP.NET | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="NestedAccordion.aspx.cs" Inherits="WebSampleBrowser.Accordion.NestedAccordion" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="NestAccordion" runat="server">
<Items>
<ej:AccordionItem Text="Pizza Menu">
<ContentSection>
That is the reason why we offer a variety of toppings and crusts and a wide array of choices made from natural ingredients, balancing a nutritional diet with splendid taste.
<div>
<ej:Accordion ID="PizzaMenu" runat="server">
<Items>
<ej:AccordionItem Text="GARDEN FRESH (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/garden-veggie.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $50
<br />
Ingredients : cheese, onions, green capsicums & tomatoes.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="CORN & SPINACH (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/corn-and-spinach-05.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $70
<br />
Ingredients : cheese, sweet corn & green capsicums.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="CHICKEN DELITE (Non-veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/chicken-delite.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $100
<br />
Ingredients : cheese, chicken chunks, onions & pineapple chunks.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="KEEMA LA JAWAB (Non-veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/chicken-delite.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $95
<br />
Ingredients : lamb keema, onions, garlic & tandoori seasoning.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Pasta Menu">
<ContentSection>
Pasta cooked to perfection tossed with milk, vegetables, potatoes, poultry, 100% pure mutton, and cheese - and in creating nutritious and tasty meals to maintain good health.
<div>
<ej:Accordion ID="pastaMenu" runat="server">
<Items>
<ej:AccordionItem Text="ZESTY MUSHROOMS AND TOMATO (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/zesty-mushroons-and-tomatoes.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $30
<br />
Ingredients : cheese, onions, green capsicums & tomatoes.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="CORN & SPINACH (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/corn-and-spinach-05.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $35
<br />
Ingredients : sautered spinach mix, sweet corn, parsley & mozarella cheese.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="BAKED CHICKEN AND CHEESE (Non-veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/baked-chicken-and-cheese.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $55
<br />
Ingredients : grilled chicken, corn and olives.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Sandwizza Menu">
<ContentSection>
Sandwizza cooked to perfection tossed with bread, milk, vegetables, potatoes, poultry, 100% pure mutton, and cheese - and in creating nutritious and tasty meals to maintain good health.
<div>
<ej:Accordion ID="sandMenu" runat="server">
<Items>
<ej:AccordionItem Text="GARDEN VEGGIE (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/garden-veggie.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $30
<br />
Ingredients : onions, garden-veggies & tomatoes.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="PANEER TIKKA (Veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/paneer-tikka.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $34
<br />
Ingredients : onions, paneer & tomatoes.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="CHICKEN TIKKA (Non-veg)">
<ContentSection>
<div>
<img src="../Content/images/accordion/chicken-tikka.png" alt="garden-fresh" />
<div class="ingredients">
Rate : $64
<br />
Ingredients : onions, grilled chicken, chicken salami & tomatoes.
</div>
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class NestedAccordion : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

58
Accordion/NestedAccordion.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,58 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class NestedAccordion {
/// <summary>
/// NestAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion NestAccordion;
/// <summary>
/// PizzaMenu control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion PizzaMenu;
/// <summary>
/// pastaMenu control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion pastaMenu;
/// <summary>
/// sandMenu control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion sandMenu;
}
}

Просмотреть файл

@ -0,0 +1,29 @@
<%@ Page Language="C#" Title="Expand section on hover in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="OpenOnHover.aspx.cs" Inherits="WebSampleBrowser.Accordion.OpenOnHover" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="OpenOnHoverAccordion" runat="server" Events="mouseover">
<Items>
<ej:AccordionItem Text="ASP.NET">
<ContentSection>
Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web applications and XML Web services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is sent to a desktop or mobile browser. ASP.NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="ASP.NET MVC">
<ContentSection>
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="Javascript">
<ContentSection>
JavaScript (JS) is an interpreted computer programming language.
It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser,
communicate asynchronously, and alter the document content that was displayed.More recently, however,
it has become common in both game development and the creation of desktop applications.
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>

Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class OpenOnHover : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/OpenOnHover.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class OpenOnHover {
/// <summary>
/// OpenOnHoverAccordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion OpenOnHoverAccordion;
}
}

32
Accordion/RTL.aspx Normal file
Просмотреть файл

@ -0,0 +1,32 @@
<%@ Page Language="C#" Title="Right to left support in ASP.NET Accordion | Syncfusion" AutoEventWireup="true" MasterPageFile="~/Samplebrowser.Master" CodeBehind="RTL.aspx.cs" Inherits="WebSampleBrowser.Accordion.RTL" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ControlsSection" runat="server">
<div class="controlframe">
<ej:Accordion ID="Rtl_Accordion" runat="server" EnableRTL="true">
<Items>
<ej:AccordionItem Text="سكريبت">
<ContentSection>
جافا سكريبت (JS) هو تفسير الكمبيوتر لغة البرمجة.
تم تنفيذ أصلا كجزء من متصفحات الويب بحيث البرامج النصية من جانب العميل يمكن أن تتفاعل مع المستخدم، والسيطرة على المتصفح،
التواصل بشكل غير متزامن، وتغيير محتوى الوثيقة التي تم عرضها. [5] وفي الآونة الأخيرة، ومع ذلك،
أصبح من الشائع في كل من تطوير اللعبة وإنشاء تطبيقات سطح المكتب.
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="C شارب (C #)">
<ContentSection>
يقصد به أن تكون بسيطة وعصرية، لأغراض عامة، لغة البرمجة وجوه المنحى C #.
ويقود فريق تطويره بواسطة Anders Hejlsberg. أحدث إصدار هو C # 5.0، والذي صدر في 15 أغسطس 2012.
</ContentSection>
</ej:AccordionItem>
<ej:AccordionItem Text="البصرية الأساسية">
<ContentSection>
يتم تثبيت مترجم سطر الأوامر، VBC.EXE، كجزء من مجانية. NET الإطار SDK.
ويشمل أيضا أحادية مترجم VB.NET سطر الأوامر. أحدث إصدار هو VB 2012، والذي صدر في 15 أغسطس 2012.
</ContentSection>
</ej:AccordionItem>
</Items>
</ej:Accordion>
</div>
</asp:Content>

24
Accordion/RTL.aspx.cs Normal file
Просмотреть файл

@ -0,0 +1,24 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSampleBrowser.Accordion
{
public partial class RTL : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}

31
Accordion/RTL.aspx.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,31 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSampleBrowser.Accordion {
public partial class RTL {
/// <summary>
/// Rtl_Accordion control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Syncfusion.JavaScript.Web.Accordion Rtl_Accordion;
}
}

60
App_Data/Africa.json Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -0,0 +1,39 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class AlternateGridBandData
{
public AlternateGridBandData(double xval, double yvalue1, double yvalue2)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2=yvalue2;
}
public double Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
}

36
App_Data/Annotation.cs Normal file
Просмотреть файл

@ -0,0 +1,36 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class AnnotationChartData
{
public AnnotationChartData(string xval, double yvalue1)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
}
public string Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
}

47
App_Data/Area.cs Normal file
Просмотреть файл

@ -0,0 +1,47 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization; [Serializable]
public class AreaChartData
{
public AreaChartData(double xval, double yvalue1, double yvalue2, double yvalue3)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2 = yvalue2;
this.YValue3 = yvalue3;
}
public double Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
public double YValue3
{
get;
set;
}
}

59
App_Data/Asia.json Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

244
App_Data/Audit.pmml Normal file
Просмотреть файл

@ -0,0 +1,244 @@
<?xml version="1.0"?>
<PMML version="4.1" xmlns="http://www.dmg.org/PMML-4_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dmg.org/PMML-4_1 http://www.dmg.org/v4-1/pmml-4-1.xsd">
<Header copyright="Copyright (c) 2014 Syncfusion" description="Generalized Linear Regression Model">
<Extension name="user" value="Syncfusion" extender="Rattle/PMML"/>
<Application name="Rattle/PMML" version="1.4"/>
<Timestamp>2014-10-27 21:35:09</Timestamp>
</Header>
<DataDictionary numberOfFields="10">
<DataField name="Adjusted" optype="categorical" dataType="string">
<Value value="0"/>
<Value value="1"/>
</DataField>
<DataField name="Age" optype="continuous" dataType="double"/>
<DataField name="Employment" optype="categorical" dataType="string">
<Value value="Consultant"/>
<Value value="Private"/>
<Value value="PSFederal"/>
<Value value="PSLocal"/>
<Value value="PSState"/>
<Value value="SelfEmp"/>
<Value value="Volunteer"/>
</DataField>
<DataField name="Education" optype="categorical" dataType="string">
<Value value="Associate"/>
<Value value="Bachelor"/>
<Value value="College"/>
<Value value="Doctorate"/>
<Value value="HSgrad"/>
<Value value="Master"/>
<Value value="Preschool"/>
<Value value="Professional"/>
<Value value="Vocational"/>
<Value value="Yr10"/>
<Value value="Yr11"/>
<Value value="Yr12"/>
<Value value="Yr1t4"/>
<Value value="Yr5t6"/>
<Value value="Yr7t8"/>
<Value value="Yr9"/>
</DataField>
<DataField name="Marital" optype="categorical" dataType="string">
<Value value="Absent"/>
<Value value="Divorced"/>
<Value value="Married"/>
<Value value="Married-spouse-absent"/>
<Value value="Unmarried"/>
<Value value="Widowed"/>
</DataField>
<DataField name="Occupation" optype="categorical" dataType="string">
<Value value="Cleaner"/>
<Value value="Clerical"/>
<Value value="Executive"/>
<Value value="Farming"/>
<Value value="Home"/>
<Value value="Machinist"/>
<Value value="Military"/>
<Value value="Professional"/>
<Value value="Protective"/>
<Value value="Repair"/>
<Value value="Sales"/>
<Value value="Service"/>
<Value value="Support"/>
<Value value="Transport"/>
</DataField>
<DataField name="Income" optype="continuous" dataType="double"/>
<DataField name="Sex" optype="categorical" dataType="string">
<Value value="Female"/>
<Value value="Male"/>
</DataField>
<DataField name="Deductions" optype="continuous" dataType="double"/>
<DataField name="Hours" optype="continuous" dataType="double"/>
</DataDictionary>
<GeneralRegressionModel modelName="General_Regression_Model" modelType="generalizedLinear" functionName="classification" algorithmName="glm" distribution="binomial" linkFunction="logit">
<MiningSchema>
<MiningField name="Adjusted" usageType="predicted"/>
<MiningField name="Age" usageType="active"/>
<MiningField name="Employment" usageType="active"/>
<MiningField name="Education" usageType="active"/>
<MiningField name="Marital" usageType="active"/>
<MiningField name="Occupation" usageType="active"/>
<MiningField name="Income" usageType="active"/>
<MiningField name="Sex" usageType="active"/>
<MiningField name="Deductions" usageType="active"/>
<MiningField name="Hours" usageType="active"/>
</MiningSchema>
<Output>
<OutputField name="Probability_1" targetField="Adjusted" feature="probability" value="1"/>
<OutputField name="Predicted_Adjusted" feature="predictedValue"/>
</Output>
<ParameterList>
<Parameter name="p0" label="(Intercept)"/>
<Parameter name="p1" label="Age"/>
<Parameter name="p2" label="EmploymentPrivate"/>
<Parameter name="p3" label="EmploymentPSFederal"/>
<Parameter name="p4" label="EmploymentPSLocal"/>
<Parameter name="p5" label="EmploymentPSState"/>
<Parameter name="p6" label="EmploymentSelfEmp"/>
<Parameter name="p7" label="EmploymentVolunteer"/>
<Parameter name="p8" label="EducationBachelor"/>
<Parameter name="p9" label="EducationCollege"/>
<Parameter name="p10" label="EducationDoctorate"/>
<Parameter name="p11" label="EducationHSgrad"/>
<Parameter name="p12" label="EducationMaster"/>
<Parameter name="p13" label="EducationPreschool"/>
<Parameter name="p14" label="EducationProfessional"/>
<Parameter name="p15" label="EducationVocational"/>
<Parameter name="p16" label="EducationYr10"/>
<Parameter name="p17" label="EducationYr11"/>
<Parameter name="p18" label="EducationYr12"/>
<Parameter name="p19" label="EducationYr1t4"/>
<Parameter name="p20" label="EducationYr5t6"/>
<Parameter name="p21" label="EducationYr7t8"/>
<Parameter name="p22" label="EducationYr9"/>
<Parameter name="p23" label="MaritalDivorced"/>
<Parameter name="p24" label="MaritalMarried"/>
<Parameter name="p25" label="MaritalMarried-spouse-absent"/>
<Parameter name="p26" label="MaritalUnmarried"/>
<Parameter name="p27" label="MaritalWidowed"/>
<Parameter name="p28" label="OccupationClerical"/>
<Parameter name="p29" label="OccupationExecutive"/>
<Parameter name="p30" label="OccupationFarming"/>
<Parameter name="p31" label="OccupationHome"/>
<Parameter name="p32" label="OccupationMachinist"/>
<Parameter name="p33" label="OccupationMilitary"/>
<Parameter name="p34" label="OccupationProfessional"/>
<Parameter name="p35" label="OccupationProtective"/>
<Parameter name="p36" label="OccupationRepair"/>
<Parameter name="p37" label="OccupationSales"/>
<Parameter name="p38" label="OccupationService"/>
<Parameter name="p39" label="OccupationSupport"/>
<Parameter name="p40" label="OccupationTransport"/>
<Parameter name="p41" label="Income"/>
<Parameter name="p42" label="SexMale"/>
<Parameter name="p43" label="Deductions"/>
<Parameter name="p44" label="Hours"/>
</ParameterList>
<FactorList>
<Predictor name="Employment"/>
<Predictor name="Education"/>
<Predictor name="Marital"/>
<Predictor name="Occupation"/>
<Predictor name="Sex"/>
</FactorList>
<CovariateList>
<Predictor name="Age"/>
<Predictor name="Income"/>
<Predictor name="Deductions"/>
<Predictor name="Hours"/>
</CovariateList>
<PPMatrix>
<PPCell value="1" predictorName="Age" parameterName="p1"/>
<PPCell value="Private" predictorName="Employment" parameterName="p2"/>
<PPCell value="PSFederal" predictorName="Employment" parameterName="p3"/>
<PPCell value="PSLocal" predictorName="Employment" parameterName="p4"/>
<PPCell value="PSState" predictorName="Employment" parameterName="p5"/>
<PPCell value="SelfEmp" predictorName="Employment" parameterName="p6"/>
<PPCell value="Volunteer" predictorName="Employment" parameterName="p7"/>
<PPCell value="Bachelor" predictorName="Education" parameterName="p8"/>
<PPCell value="College" predictorName="Education" parameterName="p9"/>
<PPCell value="Doctorate" predictorName="Education" parameterName="p10"/>
<PPCell value="HSgrad" predictorName="Education" parameterName="p11"/>
<PPCell value="Master" predictorName="Education" parameterName="p12"/>
<PPCell value="Preschool" predictorName="Education" parameterName="p13"/>
<PPCell value="Professional" predictorName="Education" parameterName="p14"/>
<PPCell value="Vocational" predictorName="Education" parameterName="p15"/>
<PPCell value="Yr10" predictorName="Education" parameterName="p16"/>
<PPCell value="Yr11" predictorName="Education" parameterName="p17"/>
<PPCell value="Yr12" predictorName="Education" parameterName="p18"/>
<PPCell value="Yr1t4" predictorName="Education" parameterName="p19"/>
<PPCell value="Yr5t6" predictorName="Education" parameterName="p20"/>
<PPCell value="Yr7t8" predictorName="Education" parameterName="p21"/>
<PPCell value="Yr9" predictorName="Education" parameterName="p22"/>
<PPCell value="Divorced" predictorName="Marital" parameterName="p23"/>
<PPCell value="Married" predictorName="Marital" parameterName="p24"/>
<PPCell value="Married-spouse-absent" predictorName="Marital" parameterName="p25"/>
<PPCell value="Unmarried" predictorName="Marital" parameterName="p26"/>
<PPCell value="Widowed" predictorName="Marital" parameterName="p27"/>
<PPCell value="Clerical" predictorName="Occupation" parameterName="p28"/>
<PPCell value="Executive" predictorName="Occupation" parameterName="p29"/>
<PPCell value="Farming" predictorName="Occupation" parameterName="p30"/>
<PPCell value="Home" predictorName="Occupation" parameterName="p31"/>
<PPCell value="Machinist" predictorName="Occupation" parameterName="p32"/>
<PPCell value="Military" predictorName="Occupation" parameterName="p33"/>
<PPCell value="Professional" predictorName="Occupation" parameterName="p34"/>
<PPCell value="Protective" predictorName="Occupation" parameterName="p35"/>
<PPCell value="Repair" predictorName="Occupation" parameterName="p36"/>
<PPCell value="Sales" predictorName="Occupation" parameterName="p37"/>
<PPCell value="Service" predictorName="Occupation" parameterName="p38"/>
<PPCell value="Support" predictorName="Occupation" parameterName="p39"/>
<PPCell value="Transport" predictorName="Occupation" parameterName="p40"/>
<PPCell value="1" predictorName="Income" parameterName="p41"/>
<PPCell value="Male" predictorName="Sex" parameterName="p42"/>
<PPCell value="1" predictorName="Deductions" parameterName="p43"/>
<PPCell value="1" predictorName="Hours" parameterName="p44"/>
</PPMatrix>
<ParamMatrix>
<PCell targetCategory="1" parameterName="p0" df="1" beta="-19.0512311557632"/>
<PCell targetCategory="1" parameterName="p1" df="1" beta="0.075726911048706"/>
<PCell targetCategory="1" parameterName="p2" df="1" beta="1.43831815843203"/>
<PCell targetCategory="1" parameterName="p3" df="1" beta="1.04187271030125"/>
<PCell targetCategory="1" parameterName="p4" df="1" beta="2.18509491460412"/>
<PCell targetCategory="1" parameterName="p5" df="1" beta="2.36242522191441"/>
<PCell targetCategory="1" parameterName="p6" df="1" beta="2.41549967793905"/>
<PCell targetCategory="1" parameterName="p7" df="1" beta="-19.4749928768188"/>
<PCell targetCategory="1" parameterName="p8" df="1" beta="1.12283015865936"/>
<PCell targetCategory="1" parameterName="p9" df="1" beta="-1.89361007110018"/>
<PCell targetCategory="1" parameterName="p10" df="1" beta="1.57020518604853"/>
<PCell targetCategory="1" parameterName="p11" df="1" beta="-2.73002756232943"/>
<PCell targetCategory="1" parameterName="p12" df="1" beta="1.2898200522878"/>
<PCell targetCategory="1" parameterName="p13" df="1" beta="-7.93721231715274"/>
<PCell targetCategory="1" parameterName="p14" df="1" beta="4.59962575443365"/>
<PCell targetCategory="1" parameterName="p15" df="1" beta="-0.986952219485652"/>
<PCell targetCategory="1" parameterName="p16" df="1" beta="-2.50784150068362"/>
<PCell targetCategory="1" parameterName="p17" df="1" beta="-18.1209697131631"/>
<PCell targetCategory="1" parameterName="p18" df="1" beta="0.615444490416363"/>
<PCell targetCategory="1" parameterName="p19" df="1" beta="-17.5427521818256"/>
<PCell targetCategory="1" parameterName="p20" df="1" beta="-19.1736438366972"/>
<PCell targetCategory="1" parameterName="p21" df="1" beta="-18.0725495427808"/>
<PCell targetCategory="1" parameterName="p22" df="1" beta="-21.757725674741"/>
<PCell targetCategory="1" parameterName="p23" df="1" beta="-1.16475957072301"/>
<PCell targetCategory="1" parameterName="p24" df="1" beta="8.05419576996065"/>
<PCell targetCategory="1" parameterName="p25" df="1" beta="-15.1025547022836"/>
<PCell targetCategory="1" parameterName="p26" df="1" beta="1.77527361047088"/>
<PCell targetCategory="1" parameterName="p27" df="1" beta="-20.5712061493715"/>
<PCell targetCategory="1" parameterName="p28" df="1" beta="3.02259726914247"/>
<PCell targetCategory="1" parameterName="p29" df="1" beta="4.19697980240932"/>
<PCell targetCategory="1" parameterName="p30" df="1" beta="-0.409395447627445"/>
<PCell targetCategory="1" parameterName="p31" df="1" beta="-8.05078855816446"/>
<PCell targetCategory="1" parameterName="p32" df="1" beta="-16.575268077579"/>
<PCell targetCategory="1" parameterName="p33" df="1" beta="-7.37693144162072"/>
<PCell targetCategory="1" parameterName="p34" df="1" beta="3.95284764238435"/>
<PCell targetCategory="1" parameterName="p35" df="1" beta="2.06002957664734"/>
<PCell targetCategory="1" parameterName="p36" df="1" beta="-0.380417515709989"/>
<PCell targetCategory="1" parameterName="p37" df="1" beta="1.92682314784039"/>
<PCell targetCategory="1" parameterName="p38" df="1" beta="-19.3088087916836"/>
<PCell targetCategory="1" parameterName="p39" df="1" beta="3.28562714903697"/>
<PCell targetCategory="1" parameterName="p40" df="1" beta="-1.00196024141903"/>
<PCell targetCategory="1" parameterName="p41" df="1" beta="5.68138696845621e-06"/>
<PCell targetCategory="1" parameterName="p42" df="1" beta="-0.434345888236885"/>
<PCell targetCategory="1" parameterName="p43" df="1" beta="0.00357538705148108"/>
<PCell targetCategory="1" parameterName="p44" df="1" beta="0.0952714459117653"/>
</ParamMatrix>
</GeneralRegressionModel>
</PMML>

40
App_Data/Bar.cs Normal file
Просмотреть файл

@ -0,0 +1,40 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class BarChartData
{
public BarChartData(double xval, double yvalue1, double yvalue2)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2 = yvalue2;
}
public double Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
}

35
App_Data/BoxPlot.cs Normal file
Просмотреть файл

@ -0,0 +1,35 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class BoxPlotData
{
public BoxPlotData(string xval,Double[] yvalue)
{
this.Xvalue = xval;
this.YValue1 = yvalue;
}
public string Xvalue
{
get;
set;
}
public Double[] YValue1
{
get;
set;
}
}

124
App_Data/BusinessChart.json Normal file
Просмотреть файл

@ -0,0 +1,124 @@
{
"root":{
"data":[
{
"Id":"parent",
"Role":"Board",
"color":"#71AF17"
},
{
"Id":"1",
"Role":"General Manager",
"Manager":"parent",
"ChartType":"right",
"color":"#71AF17"
},
{
"Id":"11",
"Role":"Assistant Manager",
"Manager":"1",
"color":"#71AF17"
},
{
"Id":"2",
"Role":"Human Resource Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"3",
"Role":"Trainers",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"4",
"Role":"Recruiting Team",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"5",
"Role":"Finance Asst. Manager",
"Manager":"2",
"color":"#2E95D8"
},
{
"Id":"6",
"Role":"Design Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"7",
"Role":"Design Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"8",
"Role":"Development Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"9",
"Role":"Drafting Supervisor",
"Manager":"6",
"color":"#2E95D8"
},
{
"Id":"10",
"Role":"Operation Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"11",
"Role":"Statistic Department",
"Manager":"10",
"color":"#2E95D8"
},
{
"Id":"12",
"Role":"Logistic Department",
"Manager":"10",
"color":"#2E95D8"
},
{
"Id":"16",
"Role":"Marketing Manager",
"Manager":"1",
"ChartType":"right",
"color":"#1859B7"
},
{
"Id":"17",
"Role":"Oversea sales Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"18",
"Role":"Petroleum Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"20",
"Role":"Service Dept. Manager",
"Manager":"16",
"color":"#2E95D8"
},
{
"Id":"21",
"Role":"Quality Department",
"Manager":"16",
"color":"#2E95D8"
}
]
}
}

52
App_Data/Candle.cs Normal file
Просмотреть файл

@ -0,0 +1,52 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class CandleChartData
{
public CandleChartData(DateTime xval, double yvalue1, double yvalue2, double yvalue3, double yvalue4)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2 = yvalue2;
this.YValue3 = yvalue3;
this.YValue4 = yvalue4;
}
public DateTime Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
public double YValue3
{
get;
set;
}
public double YValue4
{
get;
set;
}
}

65
App_Data/CarsList.cs Normal file
Просмотреть файл

@ -0,0 +1,65 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
public class CarsList
{
public string text { get; set; }
public static List<CarsList> GetCarList()
{
List<CarsList> car = new List<CarsList>();
car.Add(new CarsList { text = "Audi S6" });
car.Add(new CarsList { text = "Austin-Healey" });
car.Add(new CarsList { text = "Alfa Romeo" });
car.Add(new CarsList { text = "Aston Martin" });
car.Add(new CarsList { text = "BMW 7" });
car.Add(new CarsList { text = "Bentley Mulsanne" });
car.Add(new CarsList { text = "Bugatti Veyron" });
car.Add(new CarsList { text = "Chevrolet Camaro" });
car.Add(new CarsList { text = "Cadillac" });
car.Add(new CarsList { text = "Duesenberg J" });
car.Add(new CarsList { text = "Dodge Sprinter" });
car.Add(new CarsList { text = "Elantra" });
car.Add(new CarsList { text = "Excavator" });
car.Add(new CarsList { text = "Ford Boss 302" });
car.Add(new CarsList { text = "Ferrari 360" });
car.Add(new CarsList { text = "Ford Thunderbird" });
car.Add(new CarsList { text = "GAZ Siber" });
car.Add(new CarsList { text = "Honda S2000" });
car.Add(new CarsList { text = "Hyundai Santro" });
car.Add(new CarsList { text = "Isuzu Swift" });
car.Add(new CarsList { text = "Infiniti Skyline" });
car.Add(new CarsList { text = "Jaguar XJS" });
car.Add(new CarsList { text = "Kia Sedona EX" });
car.Add(new CarsList { text = "Koenigsegg Agera" });
car.Add(new CarsList { text = "Lotus Esprit" });
car.Add(new CarsList { text = "Lamborghini Diablo" });
car.Add(new CarsList { text = "Mercedes-Benz" });
car.Add(new CarsList { text = "Mercury Coupe" });
car.Add(new CarsList { text = "Maruti Alto 800" });
car.Add(new CarsList { text = "Nissan Qashqai" });
car.Add(new CarsList { text = "Oldsmobile S98" });
car.Add(new CarsList { text = "Opel Superboss" });
car.Add(new CarsList { text = "Porsche 356" });
car.Add(new CarsList { text = "Pontiac Sunbird" });
car.Add(new CarsList { text = "Scion SRS/SC/SD" });
car.Add(new CarsList { text = "Saab Sportcombi" });
car.Add(new CarsList { text = "Subaru Sambar" });
car.Add(new CarsList { text = "Suzuki Swift" });
car.Add(new CarsList { text = "Triumph Spitfire" });
car.Add(new CarsList { text = "Toyota 2000GT" });
car.Add(new CarsList { text = "Volvo P1800" });
car.Add(new CarsList { text = "Volkswagen Shirako" });
return car;
}
}

210
App_Data/Catalog.xml Normal file
Просмотреть файл

@ -0,0 +1,210 @@
<?xml version="1.0" encoding="utf-8" ?>
<CATALOG>
<CD Title="Empire Burlesque"
Artist="Bob Dylan"
Country="USA"
Company="Columbia"
Price="10.90"
Year="1985"
/>
<CD
Title="Hide your heart"
Artist="Bonnie Tylor"
Country="UK"
Company="CBS Records"
Price="9.90"
Year="1988"
/>
<CD
Title="Greatest Hits"
Artist="Dolly Parton"
Country="USA"
Company="RCA"
Price="9.90"
Year="1982"
/>
<CD
Title="Still got the blues"
Artist="Gary More"
Country="UK"
Company="Virgin redords"
Price="10.20"
Year="1990"
/>
<CD
Title="Eros"
Artist="Eros Ramazzotti"
Country="EU"
Company="BMG"
Price="9.90"
Year="1997"
/>
<CD
Title="One night only"
Artist="Bee Gees"
Country="UK"
Company="Polydor"
Price="10.90"
Year="1998"
/>
<CD
Title="Sylvias Mother"
Artist="Dr.Hook"
Country="UK"
Company="CBS"
Price="8.10"
Year="1973"
/>
<CD
Title="Maggie May"
Artist="Rod Stewart"
Country="UK"
Company="Pickwick"
Price="8.50"
Year="1990"
/>
<CD
Title="Romanza"
Artist="Andrea Bocelli"
Country="EU"
Company="Polydor"
Price="10.80"
Year="1996"
/>
<CD
Title="When a man loves a woman"
Artist="Percy Sledge"
Country="USA"
Company="Atlantic"
Price="8.70"
Year="1987"
/>
<CD
Title="Black angel"
Artist="Savage Rose"
Country="EU"
Company="Mega"
Price="10.90"
Year="1995"
/>
<CD
Title="1999 Grammy Nominees"
Artist="Many"
Country="USA"
Company="Grammy"
Price="10.20"
Year="1999"
/>
<CD
Title="For the good times"
Artist="Kenny Rogers"
Country="UK"
Company="Mucik Master"
Price="8.70"
Year="1995"
/>
<CD
Title="Big Willie style"
Artist="Will Smith"
Country="USA"
Company="Columbia"
Price="9.90"
Year="1997"
/>
<CD
Title="Tupelo Honey"
Artist="Van Morrison"
Country="UK"
Company="Polydor"
Price="8.20"
Year="1971"
/>
<CD
Title="Soulsville"
Artist="Jorn Hoel"
Country="Norway"
Company="WEA"
Price="7.90"
Year="1996"
/>
<CD
Title="The very best of"
Artist="Cat Stevens"
Country="UK"
Company="Island"
Price="8.90"
Year="1990"
/>
<CD
Title="Stop"
Artist="Sam Brown"
Country="UK"
Company="A and M"
Price="8.90"
Year="1988"
/>
<CD
Title="Bridge of Spies"
Artist="T`Pau"
Country="UK"
Company="Siren"
Price="7.90"
Year="1987"
/>
<CD
Title="Private Dancer"
Artist="Tina Turner"
Country="UK"
Company="Capitol"
Price="8.90"
Year="1983"
/>
<CD
Title="Midt om natten"
Artist="Kim Larsen"
Country="EU"
Company="Medley"
Price="7.80"
Year="1983"
/>
<CD
Title="Pavarotti Gala Concert"
Artist="Luciano Pavarotti"
Country="UK"
Company="DECCA"
Price="9.90"
Year="1991"
/>
<CD
Title="The dock of the bay"
Artist="Otis Redding"
Country="USA"
Company="Atlantic"
Price="7.90"
Year="1987"
/>
<CD
Title="Picture book"
Artist="Simply Red"
Country="EU"
Company="Elektra"
Price="7.20"
Year="1985"
/>
<CD
Title="Red"
Artist="The Communards"
Country="UK"
Company="London"
Price="7.80"
Year="1987"
/>
<CD
Title="Unchain my heart"
Artist="Joe Cocker"
Country="USA"
Company="EMI"
Price="8.20"
Year="1987"
/>
</CATALOG>

Просмотреть файл

@ -0,0 +1,77 @@
#region Copyright
// Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Security.Permissions;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml;
public class ChartObjectData
{
[DataObjectMethod(DataObjectMethodType.Select)]
public List<ChartSource> GetRecords()
{
List<ChartSource> list = new List<ChartSource>();
list.Add(new ChartSource("USA", 20));
list.Add(new ChartSource("India", 40));
list.Add(new ChartSource("Brazil", 25));
list.Add(new ChartSource("Russia", 15));
list.Add(new ChartSource("Japan", 12));
list.Add(new ChartSource("Germany", 13));
list.Add(new ChartSource("China", 45));
list.Add(new ChartSource("Australia", 18));
list.Add(new ChartSource("England", 10));
list.Add(new ChartSource("Canada", 15));
return list;
}
}
[Serializable]
public class ChartSource
{
public string _country;
public int _population;
public ChartSource(string _country, int _pop)
{
this.Country = _country;
this._population=_pop;
}
public int Population
{
get { return _population; }
set { value = _population; }
}
public string Country
{
get { return _country; }
set { _country = value;}
}
}

10
App_Data/ChartXML.xml Normal file
Просмотреть файл

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<ChartXML>
<CD Year="2000" USA="20" India="16" China="22"/>
<CD Year="2001" USA="15" India="17" China="28"/>
<CD Year="2002" USA="25" India="10" China="17"/>
<CD Year="2003" USA="10" India="15" China="15"/>
<CD Year="2004" USA="13" India="21" China="20"/>
<CD Year="2005" USA="21" India="18" China="24"/>
<CD Year="2006" USA="15" India="25" China="28"/>
</ChartXML>

57
App_Data/Colors.cs Normal file
Просмотреть файл

@ -0,0 +1,57 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
public class Colors
{
public string text { get; set; }
public static List<Colors> GetColors()
{
List<Colors> color = new List<Colors>();
color.Add(new Colors { text = "AliceBlue" });
color.Add(new Colors { text = "AntiqueWhite" });
color.Add(new Colors { text = "Black" });
color.Add(new Colors { text = "Blue" });
color.Add(new Colors { text = "Brown" });
color.Add(new Colors { text = "Chocolate" });
color.Add(new Colors { text = "Cyan" });
color.Add(new Colors { text = "DarkBlue" });
color.Add(new Colors { text = "DarkGreen" });
color.Add(new Colors { text = "DarkRed" });
color.Add(new Colors { text = "ForestGreen" });
color.Add(new Colors { text = "Fuchsia" });
color.Add(new Colors { text = "LemonChiffon" });
color.Add(new Colors { text = "Lime" });
color.Add(new Colors { text = "Magenta" });
color.Add(new Colors { text = "Olive" });
color.Add(new Colors { text = "Orange" });
color.Add(new Colors { text = "OrangeRed" });
color.Add(new Colors { text = "Pink" });
color.Add(new Colors { text = "Purple" });
color.Add(new Colors { text = "PowderBlue" });
color.Add(new Colors { text = "Red" });
color.Add(new Colors { text = "RosyBrown" });
color.Add(new Colors { text = "RoyalBlue" });
color.Add(new Colors { text = "Silver" });
color.Add(new Colors { text = "SkyBlue" });
color.Add(new Colors { text = "SlateGray" });
color.Add(new Colors { text = "Tan" });
color.Add(new Colors { text = "Teal" });
color.Add(new Colors { text = "Turquoise" });
color.Add(new Colors { text = "Violet" });
color.Add(new Colors { text = "Wheat" });
color.Add(new Colors { text = "Yellow" });
color.Add(new Colors { text = "YellowGreen" });
return color;
}
}

47
App_Data/Column.cs Normal file
Просмотреть файл

@ -0,0 +1,47 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class ColumnChartData
{
public ColumnChartData(string xval, double yvalue1, double yvalue2, double yvalue3)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2 = yvalue2;
this.YValue3 = yvalue3;
}
public string Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
public double YValue3
{
get;
set;
}
}

40
App_Data/Combination.cs Normal file
Просмотреть файл

@ -0,0 +1,40 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class CombinationChartData
{
public CombinationChartData(string xval, double yvalue1, double yvalue2)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
this.YValue2 = yvalue2;
}
public string Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
public double YValue2
{
get;
set;
}
}

1967
App_Data/ContinentMap.json Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

81
App_Data/Countries.cs Normal file
Просмотреть файл

@ -0,0 +1,81 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
public class Countries
{
public string text { get; set; }
public string category { get; set; }
public static List<Countries> GetCountries()
{
List<Countries> country = new List<Countries>();
country.Add(new Countries { text = "Austria", category = "A" });
country.Add(new Countries { text = "Australia", category = "A" });
country.Add(new Countries { text = "Antarctica", category = "A" });
country.Add(new Countries { text = "Bangladesh", category = "B" });
country.Add(new Countries { text = "Brazil", category = "B" });
country.Add(new Countries { text = "Canada", category = "C" });
country.Add(new Countries { text = "Cuba", category = "C" });
country.Add(new Countries { text = "Denmark", category = "D" });
country.Add(new Countries { text = "Dominica", category = "D" });
country.Add(new Countries { text = "Europe", category = "E" });
country.Add(new Countries { text = "Egypt", category = "E" });
country.Add(new Countries { text = "England", category = "E" });
country.Add(new Countries { text = "India", category = "I" });
country.Add(new Countries { text = "Indonesia", category = "I" });
country.Add(new Countries { text = "Ireland", category = "I" });
country.Add(new Countries { text = "Italy", category = "I" });
country.Add(new Countries { text = "France", category = "F" });
country.Add(new Countries { text = "Finland", category = "F" });
country.Add(new Countries { text = "Germany", category = "G" });
country.Add(new Countries { text = "Greece", category = "G" });
country.Add(new Countries { text = "Greenland", category = "G" });
country.Add(new Countries { text = "Haiti", category = "H" });
country.Add(new Countries { text = "Hong Kong", category = "H" });
country.Add(new Countries { text = "Japan", category = "J" });
country.Add(new Countries { text = "Jordan", category = "J" });
country.Add(new Countries { text = "Jamaica", category = "J" });
country.Add(new Countries { text = "Kenya", category = "K" });
country.Add(new Countries { text = "Kuwait", category = "K" });
country.Add(new Countries { text = "Korea", category = "K" });
country.Add(new Countries { text = "Latvia", category = "L" });
country.Add(new Countries { text = "Lebanon", category = "L" });
country.Add(new Countries { text = "Leichenstein", category = "L" });
country.Add(new Countries { text = "Malaysia", category = "M" });
country.Add(new Countries { text = "Mexico", category = "M" });
country.Add(new Countries { text = "Mozambique", category = "M" });
country.Add(new Countries { text = "Madagascar", category = "M" });
country.Add(new Countries { text = "Midway Islands", category = "M" });
country.Add(new Countries { text = "Nepal", category = "N" });
country.Add(new Countries { text = "New Zealand", category = "N" });
country.Add(new Countries { text = "Oman", category = "O" });
country.Add(new Countries { text = "Philippines", category = "P" });
country.Add(new Countries { text = "Poland", category = "P" });
country.Add(new Countries { text = "Qatar", category = "Q" });
country.Add(new Countries { text = "Romania", category = "R" });
country.Add(new Countries { text = "Russia", category = "R" });
country.Add(new Countries { text = "Switzerland", category = "S" });
country.Add(new Countries { text = "Sweden", category = "S" });
country.Add(new Countries { text = "Scotland", category = "S" });
country.Add(new Countries { text = "Tibet", category = "T" });
country.Add(new Countries { text = "Turkey", category = "T" });
country.Add(new Countries { text = "United States", category = "U" });
country.Add(new Countries { text = "Uruguay", category = "U" });
country.Add(new Countries { text = "Vatican City", category = "V" });
country.Add(new Countries { text = "Vietnam", category = "V" });
country.Add(new Countries { text = "Zambia", category = "Z" });
country.Add(new Countries { text = "Zimbabwe", category = "Z" });
return country;
}
}

43
App_Data/Customer.cs Normal file
Просмотреть файл

@ -0,0 +1,43 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System.Data;
using System.Web.UI.WebControls;
/// <summary>
/// An example Customer class
/// </summary>
public class Customer
{
public int CustomerID { get; set; }
public string Name { get; set; }
public string City { get; set; }
public Customer()
{ }
/// <summary>
/// Gets Customers and returns them in DataSet
/// </summary>
public DataSet GetCustomers()
{
// Add logic here for actual retrieval of data from DB
DataSet ds = new DataSet();
DataTable dt = new DataTable("Customers");
dt.Columns.Add("CustomerId", typeof(System.Int32));
dt.Columns.Add("CustomerName", typeof(System.String));
dt.Columns.Add("CustomerCity", typeof(System.String));
dt.Rows.Add(new object[] { 1, "Test Customer", "Glasgow" });
ds.Tables.Add(dt);
return ds;
}
}

218
App_Data/Data.cs Normal file
Просмотреть файл

@ -0,0 +1,218 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.Data.SqlClient;
using System.ComponentModel;
using System.Web.Script.Serialization;
using Syncfusion.JavaScript.DataVisualization.Maps;
/// <summary>
/// Summary description for Data
/// </summary>
public class Data
{
public SqlConnection odc;
public Data()
{
odc = new SqlConnection();
odc.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\Database.mdf;Integrated Security=True;User Instance=True";
}
public DataSet GetRecords()
{
DataSet ds = new DataSet();
//try
{
odc.Open();
SqlDataAdapter odda = new SqlDataAdapter("select * from [DataSource]", odc);
odda.Fill(ds, "DataSource");
}
//catch (Exception e)
//{
// throw new Exception(e.Message);
//}
return ds;
}
}
[Serializable]
public class ToolData
{
public ToolData(string _id, string _css, string _tip)
{
this.ID = _id;
this.Tooltip = _tip;
this.Css = _css;
}
public ToolData()
{
}
[Browsable(true)]
public string ID
{
get;
set;
}
[Browsable(true)]
public string Css
{
get;
set;
}
[Browsable(true)]
public string Tooltip
{
get;
set;
}
public List<ToolData> GetToolItems()
{
List<ToolData> data = new List<ToolData>();
data.Add(new ToolData("1", "mailtools movetofolder", "Mail"));
data.Add(new ToolData("2", "mailtools categorize", "Scheduler"));
data.Add(new ToolData("3", "mailtools flag", "Calculator"));
data.Add(new ToolData("4", "mailtools forward", "Sticky Notes"));
data.Add(new ToolData("5", "mailtools newmail", "Calendar"));
data.Add(new ToolData("6", "mailtools reply", "Notes"));
data.Add(new ToolData("7", "mailtools done", "Delete"));
return data;
}
}
[Serializable]
public class AutoData
{
public AutoData(string _text, string _spriteCss)
{
this.text = _text;
this.sprite = _spriteCss;
}
public AutoData()
{
}
[Browsable(true)]
public string text
{
get;
set;
}
[Browsable(true)]
public string sprite
{
get;
set;
}
public List<AutoData> GetAutoDataItems()
{
List<AutoData> data = new List<AutoData>();
data.Add(new AutoData("Algeria", "flag-dz"));
data.Add(new AutoData("Argentina", "flag-ar"));
data.Add(new AutoData("Armenia", "flag-am"));
data.Add(new AutoData("Brazil", "flag-br"));
data.Add(new AutoData("Bangladesh", "flag-bd"));
data.Add(new AutoData("Canada", "flag-ca"));
data.Add(new AutoData("Cuba", "flag-cu"));
data.Add(new AutoData("China", "flag-cn"));
data.Add(new AutoData("Denmark", "flag-dk"));
data.Add(new AutoData("Estonia", "flag-ee"));
data.Add(new AutoData("Egypt", "flag-eg"));
data.Add(new AutoData("France", "flag-fr"));
data.Add(new AutoData("Finland", "flag-fi"));
data.Add(new AutoData("Greenland", "flag-gl"));
data.Add(new AutoData("India", "flag-in"));
data.Add(new AutoData("Indonesia", "flag-id"));
data.Add(new AutoData("Malaysia", "flag-my"));
data.Add(new AutoData("Mexico", "flag-mx"));
data.Add(new AutoData("New Zealand", "flag-nz"));
data.Add(new AutoData("Netherlands", "flag-nl"));
data.Add(new AutoData("Norway", "flag-no"));
data.Add(new AutoData("Portugal", "flag-pt"));
data.Add(new AutoData("Poland", "flag-pl"));
data.Add(new AutoData("Qatar", "flag-qa"));
return data;
}
}
public class Languages
{
public string text { get; set; }
public string skill { get; set; }
public static List<Languages> GetLanguages()
{
List<Languages> language = new List<Languages>();
language.Add(new Languages { text = "ActionScript" });
language.Add(new Languages { text = "AppleScript" });
language.Add(new Languages { text = "Asp" });
language.Add(new Languages { text = "BASIC" });
language.Add(new Languages { text = "BeanShell" });
language.Add(new Languages { text = "C" });
language.Add(new Languages { text = "C++" });
language.Add(new Languages { text = "C#" });
language.Add(new Languages { text = "Clojure" });
language.Add(new Languages { text = "COBOL" });
language.Add(new Languages { text = "ColdFusion" });
language.Add(new Languages { text = "DataFlex" });
language.Add(new Languages { text = "DCL" });
language.Add(new Languages { text = "Erlang" });
language.Add(new Languages { text = "E#" });
language.Add(new Languages { text = "Fortran" });
language.Add(new Languages { text = "F#" });
language.Add(new Languages { text = "Flex" });
language.Add(new Languages { text = "Google Apps Script" });
language.Add(new Languages { text = "Groovy" });
language.Add(new Languages { text = "Haskell" });
language.Add(new Languages { text = "Hope" });
language.Add(new Languages { text = "IBM HAScript" });
language.Add(new Languages { text = "Java" });
language.Add(new Languages { text = "JavaScript" });
language.Add(new Languages { text = "J#" });
language.Add(new Languages { text = "Lisp" });
language.Add(new Languages { text = "MATLAB" });
language.Add(new Languages { text = "Oak" });
language.Add(new Languages { text = "Perl" });
language.Add(new Languages { text = "PHP" });
language.Add(new Languages { text = "Python" });
language.Add(new Languages { text = "Ruby" });
language.Add(new Languages { text = "Scala" });
language.Add(new Languages { text = "Scheme" });
language.Add(new Languages { text = "T-SQL" });
language.Add(new Languages { text = "WebQL" });
language.Add(new Languages { text = "ZOPL" });
return language;
}
}

34
App_Data/DataPoints.cs Normal file
Просмотреть файл

@ -0,0 +1,34 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
using System;
public class DataPoints
{
public DataPoints(DateTime x, double y)
{
this.Date = x;
this.YValue = y;
}
public DateTime Date
{
get;
set;
}
public double YValue
{
get;
set;
}
}

35
App_Data/DateTimeAxis.cs Normal file
Просмотреть файл

@ -0,0 +1,35 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class DatetimeData
{
public DatetimeData(DateTime xval, double yvalue1)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
}
public DateTime Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
}

Просмотреть файл

@ -0,0 +1,35 @@
#region Copyright Syncfusion Inc. 2001-2019.
// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// licensing@syncfusion.com. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Data;
using System.ComponentModel;
using System.Web.Script.Serialization;
[Serializable]
public class DatetimeCategoryData
{
public DatetimeCategoryData(DateTime xval, double yvalue1)
{
this.Xvalue = xval;
this.YValue1 = yvalue1;
}
public DateTime Xvalue
{
get;
set;
}
public double YValue1
{
get;
set;
}
}

Двоичные данные
App_Data/DiagramData.mdf Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DiagramData_log.LDF Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Adventure.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Adventure.docx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Animation.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 9.7 KiB

Двоичные данные
App_Data/DocIO/Arabic.txt Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/BkmkDocumentPart_Template.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Bookmark_Template.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/ContentControlTemplate.docx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Doc to EPub.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Doc to HTML.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToImage.docx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToRTF.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DocToWordML.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/DoctoPDF.docx Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,258 @@
<?xml version="1.0" encoding="UTF-8"?>
<EmployeesList>
<Employees>
<FirstName>Nancy</FirstName>
<LastName>Davolio</LastName>
<EmployeeID>1</EmployeeID>
<Extension>5467</Extension>
<Address>507 - 20th Ave. E. Apt. 2A</Address>
<City>Seattle</City>
<Country>USA</Country>
<Customers>
<CustomerID>ALFKI</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Alfreds Futterkiste</CompanyName>
<ContactName>Maria Anders</ContactName>
<City>Berlin</City>
<Country>Germany</Country>
<Orders>
<OrderID>10835</OrderID>
<CustomerID>ALFKI</CustomerID>
<OrderDate>1/15/1998</OrderDate>
<ShippedDate>1/21/1998</ShippedDate>
<RequiredDate>2/12/1998</RequiredDate>
</Orders>
<Orders>
<OrderID>10952</OrderID>
<CustomerID>ALFKI</CustomerID>
<OrderDate>3/16/1998</OrderDate>
<ShippedDate>3/24/1998</ShippedDate>
<RequiredDate>4/27/1998</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>ANTON</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Antonio Moreno Taquería</CompanyName>
<ContactName>Antonio Moreno</ContactName>
<City>México D.F.</City>
<Country>Mexico</Country>
<Orders>
<OrderID>10677</OrderID>
<CustomerID>ANTON</CustomerID>
<OrderDate>9/22/1997</OrderDate>
<ShippedDate>9/26/1997</ShippedDate>
<RequiredDate>10/20/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>AROUT</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Around the Horn</CompanyName>
<ContactName>Thomas Hardy</ContactName>
<City>London</City>
<Country>UK</Country>
<Orders>
<OrderID>10453</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>2/21/1997</OrderDate>
<ShippedDate>2/26/1997</ShippedDate>
<RequiredDate>3/21/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10558</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>6/4/1997</OrderDate>
<ShippedDate>6/10/1997</ShippedDate>
<RequiredDate>7/2/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10743</OrderID>
<CustomerID>AROUT</CustomerID>
<OrderDate>11/17/1997</OrderDate>
<ShippedDate>11/21/1997</ShippedDate>
<RequiredDate>12/15/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BOTTM</CustomerID>
<EmployeeID>1</EmployeeID>
<CompanyName>Bottom-Dollar Markets</CompanyName>
<ContactName>Elizabeth Lincoln</ContactName>
<City>Tsawassen</City>
<Country>Canada</Country>
<Orders>
<OrderID>10975</OrderID>
<CustomerID>BOTTM</CustomerID>
<OrderDate>3/25/1998</OrderDate>
<ShippedDate>3/27/1998</ShippedDate>
<RequiredDate>4/22/1998</RequiredDate>
</Orders>
<Orders>
<OrderID>11027</OrderID>
<CustomerID>BOTTM</CustomerID>
<OrderDate>4/16/1998</OrderDate>
<ShippedDate>4/20/1998</ShippedDate>
<RequiredDate>5/14/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
<Employees>
<FirstName>Andrew</FirstName>
<LastName>Fuller</LastName>
<EmployeeID>2</EmployeeID>
<Extension>3457</Extension>
<Address>908 W. Capital Way</Address>
<City>Tacoma</City>
<Country>USA</Country>
<Customers>
<CustomerID>BERGS</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Berglunds snabbköp</CompanyName>
<ContactName>Christina Berglund</ContactName>
<City>Luleå</City>
<Country>Sweden</Country>
<Orders>
<OrderID>10280</OrderID>
<CustomerID>BERGS</CustomerID>
<OrderDate>8/14/1996</OrderDate>
<ShippedDate>9/12/1996</ShippedDate>
<RequiredDate>9/11/1996</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BONAP</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Bon app'</CompanyName>
<ContactName>Laurence Lebihan</ContactName>
<City>Marseille</City>
<Country>France</Country>
<Orders>
<OrderID>10663</OrderID>
<CustomerID>BONAP</CustomerID>
<OrderDate>9/10/1997</OrderDate>
<ShippedDate>10/3/1997</ShippedDate>
<RequiredDate>9/24/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>ERNSH</CustomerID>
<EmployeeID>2</EmployeeID>
<CompanyName>Ernst Handel</CompanyName>
<ContactName>Roland Mendel</ContactName>
<City>Graz</City>
<Country>Austria</Country>
<Orders>
<OrderID>10368</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>11/29/1996</OrderDate>
<ShippedDate>12/2/1996</ShippedDate>
<RequiredDate>12/27/1996</RequiredDate>
</Orders>
<Orders>
<OrderID>10595</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>7/10/1997</OrderDate>
<ShippedDate>7/14/1997</ShippedDate>
<RequiredDate>8/7/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10990</OrderID>
<CustomerID>ERNSH</CustomerID>
<OrderDate>4/1/1998</OrderDate>
<ShippedDate>4/7/1998</ShippedDate>
<RequiredDate>5/13/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
<Employees>
<FirstName>Margaret</FirstName>
<LastName>Peacock</LastName>
<EmployeeID>3</EmployeeID>
<Extension>5176</Extension>
<Address>4110 Old Redmond Rd.</Address>
<City>Redmond</City>
<Country>USA</Country>
<Customers>
<CustomerID>ANATR</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Ana Trujillo Emparedados y helados</CompanyName>
<ContactName>Ana Trujillo</ContactName>
<City>México D.F.</City>
<Country>Mexico</Country>
<Orders>
<OrderID>10926</OrderID>
<CustomerID>ANATR</CustomerID>
<OrderDate>3/4/1998</OrderDate>
<ShippedDate>3/11/1998</ShippedDate>
<RequiredDate>4/1/1998</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>BLONP</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Blondel père et fils</CompanyName>
<ContactName>Frédérique Citeaux</ContactName>
<City>Strasbourg</City>
<Country>France</Country>
<Orders>
<OrderID>10360</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>11/22/1996</OrderDate>
<ShippedDate>12/2/1996</ShippedDate>
<RequiredDate>12/20/1996</RequiredDate>
</Orders>
<Orders>
<OrderID>10584</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>6/30/1997</OrderDate>
<ShippedDate>7/4/1997</ShippedDate>
<RequiredDate>7/28/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10628</OrderID>
<CustomerID>BLONP</CustomerID>
<OrderDate>8/12/1997</OrderDate>
<ShippedDate>8/20/1997</ShippedDate>
<RequiredDate>9/9/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>COMMI</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Comércio Mineiro</CompanyName>
<ContactName>Pedro Afonso</ContactName>
<City>São Paulo</City>
<Country>Brazil</Country>
<Orders>
<OrderID>10558</OrderID>
<CustomerID>COMMI</CustomerID>
<OrderDate>6/4/1997</OrderDate>
<ShippedDate>6/10/1997</ShippedDate>
<RequiredDate>7/2/1997</RequiredDate>
</Orders>
<Orders>
<OrderID>10542</OrderID>
<CustomerID>COMMI</CustomerID>
<OrderDate>5/1/1997</OrderDate>
<ShippedDate>5/7/1997</ShippedDate>
<RequiredDate>5/29/1997</RequiredDate>
</Orders>
</Customers>
<Customers>
<CustomerID>DRACD</CustomerID>
<EmployeeID>3</EmployeeID>
<CompanyName>Drachenblut Delikatessen</CompanyName>
<ContactName>Sven Ottlieb</ContactName>
<City>Aachen</City>
<Country>Germany</Country>
<Orders>
<OrderID>10955</OrderID>
<CustomerID>DRACD</CustomerID>
<OrderDate>3/16/1998</OrderDate>
<ShippedDate>3/24/1998</ShippedDate>
<RequiredDate>4/27/1998</RequiredDate>
</Orders>
</Customers>
</Employees>
</EmployeesList>

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Двоичные данные
App_Data/DocIO/EmployeesReportDemo.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential DocIO.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential PDF.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Essential XlsIO.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Excel_Template.xlsx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/FR_Template.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Letter Formatting.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Letter Formatting.docx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MacroTemplate.dotm Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MailMergeEventTemplate.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/MasterTemplate.doc Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,7 @@
<font color='#a31515' size='2'>
<p><strong><font style='BACKGROUND-COLOR:
#ffff00' color='#ff0000'> Normal XHTML Example<br /></font></strong></p>
<p><br/></p>
<p></p>
</font>
<p>This is a Normal XHTML example</p>

Двоичные данные
App_Data/DocIO/Northwind.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/Northwind.docx Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/OleTemplate.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/OleTemplate.docx Normal file

Двоичный файл не отображается.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Двоичные данные
App_Data/DocIO/PieChart.docx Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<ProductList>
<Products>
<SNO>1</SNO>
<ProductName>Apple Juice</ProductName>
<ProductImage>Apple Juice.png</ProductImage>
</Products>
<Products>
<SNO>2</SNO>
<ProductName>Grape Juice</ProductName>
<ProductImage>Grape Juice.png</ProductImage>
</Products>
<Products>
<SNO>3</SNO>
<ProductName>Hot Soup</ProductName>
<ProductImage>Hot Soup.png</ProductImage>
</Products>
<Products>
<SNO>4</SNO>
<ProductName>Tender Coconut</ProductName>
<ProductImage>Tender Coconut.png</ProductImage>
</Products>
<Products>
<SNO>5</SNO>
<ProductName>Vennila</ProductName>
<ProductImage>Vennila.png</ProductImage>
</Products>
<Products>
<SNO>6</SNO>
<ProductName>Strawberry</ProductName>
<ProductImage>Strawberry.png</ProductImage>
</Products>
<Products>
<SNO>7</SNO>
<ProductName>Cherry</ProductName>
<ProductImage>Cherry.png</ProductImage>
</Products>
<Products>
<SNO>8</SNO>
<ProductName>Cone</ProductName>
<ProductImage>Cone.png</ProductImage>
</Products>
</ProductList>

Просмотреть файл

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<ProductList>
<Products>
<ProductName>Essential DocIO</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
<Products>
<ProductName>Essential PDF</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
<Products>
<ProductName>Essential XlsIO</ProductName>
<Binary>$895.00</Binary>
<Source>$1,295.00</Source>
</Products>
</ProductList>

Просмотреть файл

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Product_PriceList>
<ProductName>Apple Juice</ProductName>
<Price>$12.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Grape Juice</ProductName>
<Price>$15.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Hot Soup</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Tender Coconut</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Vennila</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Strawberry</ProductName>
<Price>$18.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Cherry</ProductName>
<Price>$25.00</Price>
</Product_PriceList>
<Product_PriceList>
<ProductName>Cone</ProductName>
<Price>$20.00</Price>
</Product_PriceList>
</Products>

Просмотреть файл

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Product>
<SNO>1</SNO>
<ProductName>Côte de Blaye</ProductName>
<Sum>141.396</Sum>
</Product>
<Product>
<SNO>2</SNO>
<ProductName>Thüringer Rostbratwurst</ProductName>
<Sum>80.368</Sum>
</Product>
<Product>
<SNO>3</SNO>
<ProductName>Raclette Courdavault</ProductName>
<Sum>71.155</Sum>
</Product>
<Product>
<SNO>4</SNO>
<ProductName>Tarte au sucre </ProductName>
<Sum>47.234</Sum>
</Product>
<Product>
<SNO>5</SNO>
<ProductName>Camembert Pierrot </ProductName>
<Sum>46.825</Sum>
</Product>
<Product>
<SNO>6</SNO>
<ProductName>Gnocchi di nonna Alice</ProductName>
<Sum>42.593</Sum>
</Product>
<Product>
<SNO>7</SNO>
<ProductName>Manjimup Dried Apples</ProductName>
<Sum>41.819</Sum>
</Product>
<Product>
<SNO>8</SNO>
<ProductName>Alice Mutton</ProductName>
<Sum>32.698</Sum>
</Product>
<Product>
<SNO>9</SNO>
<ProductName>Carnarvon Tigers</ProductName>
<Sum>29.171</Sum>
</Product>
<Product>
<SNO>10</SNO>
<ProductName>Rössle Sauerkraut.</ProductName>
<Sum>25.696</Sum>
</Product>
</Products>

4809
App_Data/DocIO/RTFtoDoc.rtf Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Двоичные данные
App_Data/DocIO/Replace.doc Normal file

Двоичный файл не отображается.

Двоичные данные
App_Data/DocIO/SalesInvoiceDemo.doc Normal file

Двоичный файл не отображается.

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше