Skip to content

Commit 445e563

Browse files
committed
coding
1 parent 1a9fc7d commit 445e563

File tree

7 files changed

+18
-34
lines changed

7 files changed

+18
-34
lines changed

YanZhiwei.JavaScript.Utilities/YanZhiwei.JavaScript.Utilities.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<Content Include="jquery\datatables-1.10.2\extensions\TableTools\swf\copy_csv_xls.swf" />
390390
<Content Include="jquery\datatables-1.10.2\extensions\TableTools\swf\copy_csv_xls_pdf.swf" />
391391
<Content Include="jquery\datatables-1.10.2\ids-arrays.txt" />
392-
<Content Include="jquery\datatables-1.10.2\jquery-dataTables_demo.aspx" />
392+
<Content Include="jquery\datatables-1.10.2\dataTables_demo.aspx" />
393393
<Content Include="jquery\datatables-1.10.2\license.txt" />
394394
<Content Include="jquery\datatables-1.10.2\media\css\jquery.dataTables.css" />
395395
<Content Include="jquery\datatables-1.10.2\media\css\jquery.dataTables.min.css" />
@@ -1100,12 +1100,12 @@
11001100
<Compile Include="jquery\datatables-1.10.2\dataTables_curd.aspx.designer.cs">
11011101
<DependentUpon>dataTables_curd.aspx</DependentUpon>
11021102
</Compile>
1103-
<Compile Include="jquery\datatables-1.10.2\jquery-dataTables_demo.aspx.cs">
1104-
<DependentUpon>jquery-dataTables_demo.aspx</DependentUpon>
1103+
<Compile Include="jquery\datatables-1.10.2\dataTables_demo.aspx.cs">
1104+
<DependentUpon>dataTables_demo.aspx</DependentUpon>
11051105
<SubType>ASPXCodeBehind</SubType>
11061106
</Compile>
1107-
<Compile Include="jquery\datatables-1.10.2\jquery-dataTables_demo.aspx.designer.cs">
1108-
<DependentUpon>jquery-dataTables_demo.aspx</DependentUpon>
1107+
<Compile Include="jquery\datatables-1.10.2\dataTables_demo.aspx.designer.cs">
1108+
<DependentUpon>dataTables_demo.aspx</DependentUpon>
11091109
</Compile>
11101110
<Compile Include="jquery\zTree\3.5\zTree_example1.aspx.cs">
11111111
<DependentUpon>zTree_example1.aspx</DependentUpon>

YanZhiwei.JavaScript.Utilities/jquery/datatables-1.10.2/dataTables_curd.aspx.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Web;
5-
using System.Web.UI;
6-
using System.Web.UI.WebControls;
72

83
namespace YanZhiwei.JavaScript.Utilities.jquery.datatables._1._10._2
94
{

YanZhiwei.JavaScript.Utilities/jquery/datatables-1.10.2/jquery-dataTables_demo.aspx renamed to YanZhiwei.JavaScript.Utilities/jquery/datatables-1.10.2/dataTables_demo.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jquery-dataTables_demo.aspx.cs" Inherits="YanZhiwei.JavaScript.Utilities.jquery.datatables_1._10._2.jquery_dataTables_demo" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="dataTables_demo.aspx.cs" Inherits="YanZhiwei.JavaScript.Utilities.jquery.datatables_1._10._2.dataTables_demo" %>
22

33
<!DOCTYPE html>
44

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace YanZhiwei.JavaScript.Utilities.jquery.datatables_1._10._2
4+
{
5+
public partial class dataTables_demo : System.Web.UI.Page
6+
{
7+
protected void Page_Load(object sender, EventArgs e)
8+
{
9+
}
10+
}
11+
}
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YanZhiwei.JavaScript.Utilities/jquery/datatables-1.10.2/dataTables_executePageQuery.aspx.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Web;
5-
using System.Web.UI;
6-
using System.Web.UI.WebControls;
72

83
namespace YanZhiwei.JavaScript.Utilities.jquery.datatables._1._10._2
94
{

YanZhiwei.JavaScript.Utilities/jquery/datatables-1.10.2/jquery-dataTables_demo.aspx.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)