大約有 1,187 項(xiàng)符合查詢結(jié)果。(搜索耗時(shí):0.0061秒)
- ASP+AJAX做類似google的搜索提示
- 主要要文件有: Index.html實(shí)現(xiàn)功能,一個(gè)文本框,輸入內(nèi)容并實(shí)現(xiàn)提示 search.asp查詢功能,讓文本框輸入的內(nèi)容在數(shù)據(jù)庫中查詢,然后返回給客戶端 conn.asp數(shù)據(jù)庫連接功能,實(shí)現(xiàn)與數(shù)據(jù)庫相連 xmlhttp.jsAJAX核心部分,用來把客戶端的數(shù)據(jù)傳給服務(wù)端,再把服務(wù)端的數(shù)據(jù)
- 2009-12-28 22:39:47
- 詳解asp.net控件CheckBoxList的使用
- asp:CheckBoxListID=cblJLrunat=serverRepeatDirection=HorizontalWidth=100% asp:ListItem當(dāng)前記錄asp:ListItem asp:ListItem當(dāng)前頁asp:ListItem asp:ListItem全部記錄asp:ListItem /asp:CheckBoxList 后臺(tái)3種方式: 第一種:獲得CheckBox的值 C#代
- 2009-12-28 22:39:46
- 解析ASP.NET頁面數(shù)據(jù)導(dǎo)出到Excel或Word
- privatevoidbtnMIME_Click(objectsender,System.EventArgse) { BindData(); Response.ContentType=application/vnd.ms-Excel; Response.AddHeader(Content-Disposition,inline;filename= +HttpUtility.UrlEncode(下載文件.xls,Encoding.UTF8)); //如
- 2009-12-28 22:39:46
- 如何用Asp取得數(shù)據(jù)庫中所有表名和字段名
- % set rs=server.CreateObject(adodb.recordset) db= db.mdb '只要直接更改數(shù)據(jù)庫名稱就能夠看到效果了。 set conn=server.CreateObject(adodb.connection) connstr=Provider=Microsoft.Jet.OLEDB.4.0;Data Source= Server.MapPath(db) conn.open c
- 2009-12-28 22:39:46
- Asp讀取文本文件并顯示
- html head http-equiv=Content-Type content=text/html; charset=gb2312 title/title /head body % LANGUAGE = VBScript % % Const ForReading = 1, ForWriting = 2, ForAppending = 8 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse
- 2009-12-28 22:39:45
- asp怎樣利用InstrRev()獲取文件名
- InstrRev函數(shù),從字符串的最后一個(gè)搜索起,前面字符串。 % Dim strTXT,pos strTXT=www.webjx.com pos=instrRev(strTXT,.) Response.Write pos % 我們搜索的起始是倒序,從com前的一個(gè)點(diǎn)。起始的字符的長度,含此點(diǎn),共十個(gè)字符,返回的結(jié)果將是9。 通過
- 2009-12-28 22:39:44
- ASP.NET如何改變checkboxlist選中項(xiàng)字體顏色
- 1.default.aspx設(shè)計(jì)頁面 %@PageLanguage=C#AutoEventWireup=trueCodeFile=Default.aspx.csInherits=_Default% EhtmlPUBLIC-//W3C//DTDXHTML1.0xhtml1-transitional.dtd htmlxmlns=http
- 2009-12-28 22:39:43
- 常用ASP自定義函數(shù)全集
- % '======================================================== '函數(shù)導(dǎo)航 'FormatDate(DT,tp) ------------------------------------------日期格式化 'IsInteger(para) ---------------------------檢測傳遞的參數(shù)是否為數(shù)字型 'ChkrequestDate(Para) ----
- 2009-12-28 22:39:42
- asp常見錯(cuò)誤分析和解決辦法
- 錯(cuò)誤提示: ADODB.Recordset 錯(cuò)誤 '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. /index.asp,行15 錯(cuò)誤原因:服務(wù)器上安裝動(dòng)易組件最新組件,但網(wǎng)站系統(tǒng)是用的4.0,系統(tǒng)沒有找到相應(yīng)的字段。動(dòng)易組
- 2009-12-28 22:39:42
- 解讀ASP.NET防止SQL注入攻擊常用方法
- 一、什么是SQL注入式攻擊? 所謂SQL注入式攻擊,就是攻擊者把SQL命令插入到Web表單的輸入域或頁面請求的查詢字符串,欺騙服務(wù)器執(zhí)行惡意的SQL命令。在某些表單中,用戶輸入的內(nèi)容直接用來構(gòu)造(或者影響)動(dòng)態(tài)SQL命令,或作為存儲(chǔ)過程的輸入?yún)?shù),這類表單特別
- 2009-12-28 22:39:42
- 解讀ASP常見錯(cuò)誤類型大全
- ActiveServerPages,ASP0126(0x80004005)--找不到包含文件 MicrosoftOLEDBProviderforODBCDrivers(0x80040E21)--sql語句出錯(cuò)(數(shù)據(jù)類型不匹配或表名(字段名)錯(cuò)誤或表處于編輯狀態(tài),或表不存在于conn打開的數(shù)據(jù)庫中) MicrosoftOLEDBProviderforODBCDrivers(0x800
- 2009-12-28 22:39:41
- 詳解asp.net讀取磁盤文件、刪除
- protectedvoidReadFile()// 讀取文件夾,文件 { stringsavePath=@common; StringBuilderoutstring=newStringBuilder(); stringabsSavePath=Server.MapPath(savePath); string[]Directorys=Directory.GetDirectories(absSavePath+@/+Page.User.Identity.Na
- 2009-12-28 22:39:41