资源简介
c#实现web ajax通讯的例子,无第三方插件、脚本,无ajax.js类库,c#实现。运行IE9以上,IIS,.net 4.0,代码其他.net版本也可以编译通过。非IE浏览器用极速模式浏览,因为兼容模式支持IE的版本太低,除火狐外,其他浏览器均正常显示。例子包括:自定义滚动条、css3绘图、c#实现ajax原理等。做了“”频道“部分,其他部分原理相同就没做了。最右侧未放功能,空白。为了便于学习,没用数据库,全在缓存中进行数据交互,把代码里127.0换成你的地址。多找几台机子,配好iis,试试。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
namespace ajax_test
{
public partial class _default : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
Table Table_frame;
Table_frame = new Table();
Table_frame.HorizontalAlign = HorizontalAlign.Center;
Table_frame.Width = 1000;
Table_frame.CellPadding = 0;
Table_frame.CellSpacing = 0;
TableRow Table_frameRow = new TableRow();
Table_frameRow.ID = “take_row1“;
Table_frameRow.CssClass = “set_display_off“;
TableCell Table_frameC
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 34304 2016-11-19 11:19 bin\ajax_test.dll
文件 311 2016-10-30 19:29 bin\ajax_test.dll.config
文件 24064 2016-11-19 11:19 bin\ajax_test.pdb
文件 1083 2012-02-18 15:25 images\arrow_down.png
文件 1056 2012-02-18 15:25 images\arrow_up.png
文件 27658 2016-11-13 21:31 images\bg1.jpg
文件 719 2016-11-13 20:08 images\ed1.png
文件 450 2016-11-13 20:27 images\ed2.png
文件 708 2016-11-13 20:15 images\ed3.png
文件 470 2016-11-13 20:17 images\eda.png
文件 7028 2013-08-13 15:30 images\edit\1.png
文件 7623 2013-08-13 15:31 images\edit\10.png
文件 8109 2013-08-13 15:31 images\edit\11.png
文件 7844 2013-08-13 15:31 images\edit\12.png
文件 8182 2013-08-13 15:31 images\edit\13.png
文件 7743 2013-08-13 15:31 images\edit\14.png
文件 7097 2013-08-13 15:31 images\edit\15.png
文件 6291 2013-08-13 15:31 images\edit\16.png
文件 7491 2013-08-13 15:31 images\edit\17.png
文件 8140 2013-08-13 15:31 images\edit\18.png
文件 7029 2013-08-13 15:31 images\edit\19.png
文件 7684 2013-08-13 15:31 images\edit\2.png
文件 7446 2013-08-13 15:31 images\edit\20.png
文件 7268 2013-08-13 15:31 images\edit\21.png
文件 7872 2013-08-13 15:31 images\edit\22.png
文件 7555 2013-08-13 15:31 images\edit\23.png
文件 7812 2013-08-13 15:31 images\edit\24.png
文件 7819 2013-08-13 15:31 images\edit\25.png
文件 8302 2013-08-13 15:31 images\edit\26.png
文件 7264 2013-08-13 15:31 images\edit\27.png
............此处省略69个文件信息
- 上一篇:使用SignalR实现消息提醒(聊天源码)
- 下一篇:WPF流布局效果(拖动)
相关资源
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
评论
共有 条评论