using system;
using system.collections.generic;
using system.componentmodel;
using system.data;
using system.drawing;
using system.text;
using system.windows.forms;
using system.net;
using system.io;
using system.text.regularexpressions;
using system.web;
namespace wsserver
bzdm dm2 = new bzdm();
dm dm = new dm();
private void button1_click(object sender, eventargs e)
public string gethtmlgb2312(string url)
catch (exception)
return aa;
}public string gethtmlutf(string url)
catch (exception)
return aa;
}public string gethtml(string url)
catch (exception)
return aa;}}
}
aspx頁面引用html頁面
1。include file 包含檔案的相對路徑,include virtual包含檔案的虛擬路徑。2。在同乙個虛擬目錄內,和效果是相同的,但假設虛擬目錄名為myweb,則也可以通過除錯,但我們知道是絕對要報錯的。3。如果乙個站點下有2個虛擬目錄myweb1和myweb2,myweb1下有檔案fil...
aspx生成靜態頁面
前台 如下 default.aspx 後台 如下 default.aspx.cs 注 其中hover為web專案名 using system using system.data using system.configuration using system.web using system.web....
ajax請求aspx頁面
首先,這麼用是不好的。最好用ashx,但也難免遇到這種需求。開發過這麼乙個系統,每天訪問量最多100,web伺服器壓力很小,完全大馬拉小車,主要壓力都在資料庫伺服器上,要做大量的統計。所以頁面直接全上伺服器控制項搞定。用到ajax的時候也懶得再寫個ashx了,直接aspx裡寫了。下面是例子 前端 1...