Location:
Search - jquery1.2 c
Search list
Description: 本CHM手册旨在帮助广大jQuery爱好者快速了解jquery库和jquery开发人员提供一份速查手册。-This handbook is designed to help the majority of CHM quickly understand jquery library jQuery enthusiasts and jquery developers to provide a Quick Fact Manual.
Platform: |
Size: 387072 |
Author: deng dq |
Hits:
Description: Angel工作室LigerUi框架留言板NT V1.0程序说明
本留言板采用asp.net C#+ jquery1.4.1 +ajax+LigerUi框架的实现
主要jquery ajax静态页面查询添加 数据无刷新效果
数据库采用的sql2008,access2003 你也可以选择2000、2005 等mysql数据库
数据库sql语句 在App_Data中 agebook_database.sql,及其所有数据库
打开.sql文件并按照说明运行它即可,如运行不成功请可以自己打开sql服务管理器手动添加表。
如果不想执行sql语句里面有自带的sql2008R2数据库直接附加数据也行,也可以采用access数据连接
因为access数据库方便而且省去安装mssql的麻烦。
如果用access只修改配置文件即可
-Angel studio LigerUi V1.0 NT framework
C#+ jquery1.4.1+ajax+LigerUi asp.net framework for the realization of the message board
The main Ajax jQuery static page query add data without refreshing effect
Database using sql2008, Access2003 you can also choose 2000, 2005 and other MySQL
Database SQL statements in agebook_database.sql, App_Data, and all the
Open the.Sql file and follow the instructions to run it, if you do not succeed, you can open the sql service manager manually.
If you do not want to implement the SQL statements inside the sql2008R2 directly attached to the data can also be used to connect access data
Because the access is convenient and saves the trouble of installing mssql.
If you use access only to modify the configuration file
Platform: |
Size: 7779328 |
Author: xxpudn97 |
Hits:
Description: asp.netC#+jquery1.4.1 +ajax留言板程序说明
采用asp.net C#+ jquery1.4.1 +ajax的实现
主要用aspx文件请求 还可以用ashx处理 ajax返回类型也很多
如:
dataType: xml ,
dataType: json ,
其实可区分为三种
Text:“text/plain“
XML:“application/xml“
JSON:“application/json“.
dataType为xml的时候,response.Write(string)中的字符串一定要符合xml的格式,
为json的时候,response.Write(string)中的字符串一定要符合json的格式为否则会出现解析错误,
这个和aspx页是一样的。
如果要使用session的话,在handler的代码中添加System.Web.SessionState的引用,
并让这个handler继承IRequiresSessionState接口,一定要继承这个接口,否则会出错的。-+ajax asp.netC#+jquery1.4.1 message board procedures
Implementation of C#+ jquery1.4.1+ajax asp.net
The main use of ASPX file request can also be used to deal with Ajax ashx return type is also a lot of
Such as:
XML dataType ,
JSON dataType ,
In fact, can be divided into three kinds
Text: text/plain
XML: application/xml
JSON: application/json .
DataType for response.Write, XML (string) in the string must be in XML format,
For the JSON, response.Write (string) in the string must be consistent with the format of the JSON for the error will occur,
This is the same as the ASPX page.
To use session, add a reference to the System.Web.SessionState code in handler,
And let the handler inherit the IRequiresSessionState interface, be sure to inherit this interface, otherwise it will go wrong.
Platform: |
Size: 3768320 |
Author: eepudn77 |
Hits: