91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

Ajax定時(shí)讀取數(shù)據(jù)庫(kù)(源代碼發(fā)布)
Ajax定時(shí)讀取數(shù)據(jù)庫(kù)(源代碼發(fā)布)

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.OleDb;
public?partial?class?autoread_add?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{

????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{

????????this.Label1.Text=“添加“+?addcount();
????}

????private?string?addcount()
????{
????????try
????????{
????????????OleDbConnection?conn?=?getdb();
????????????conn.Open();
????????????OleDbCommand?oc?=?new?OleDbCommand();
????????????string?res?=?““;
????????????string?sql1?=?“insert?into?ttt(titletttstate)?values?(‘“+this.TextBox1.Text+“‘‘“+this.TextBox2.Text+“‘1)“;
????????????oc.CommandText?=?sql1;
????????????oc.Connection?=?conn;
????????????oc.ExecuteNonQuery();
????????????return?“OK“;

????????}
????????catch?(Exception?ee)
????????{
????????????return?“WRONG“;
????????}

????}
????private?OleDbConnection?getdb()
????{
????????OleDbConnection?conn?=?new?OleDbConnection();
????????conn.ConnectionString?=?@“Provider=Microsoft.Jet.OLEDB.4.0;“?+
????????????????@“Data?source=“?+?Server.MapPath(“db.mdb“);
????????return?conn;
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件?????331776??2008-12-01?12:26??autoread\db.mdb

?????文件????????106??2008-11-25?14:25??autoread\update.aspx

?????文件???????1389??2008-11-25?14:27??autoread\update.aspx.cs

?????文件???????1399??2008-11-25?15:09??autoread\add.aspx.cs

?????文件???????1405??2008-11-25?14:31??autoread\read.aspx.cs

?????文件???????1666??2008-11-25?15:10??autoread\add.aspx

?????文件???????3628??2008-12-01?12:26??autoread\index.htm

?????文件???????2925??2008-03-20?14:38??autoread\xajaxb1-2.js

?????文件????????102??2008-11-25?13:25??autoread\read.aspx

?????目錄??????????0??2008-11-25?13:06??autoread

-----------?---------??----------?-----??----

???????????????344396????????????????????10


評(píng)論

共有 條評(píng)論

相關(guān)資源