資源簡介
代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Data;
using?System.Data.SqlClient;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
public?partial?class?BlogIndex?:?Page
{
????private?readonly?SqlData?myobj?=?new?SqlData();
????protected?Calendar?Calendar1;
????protected?HtmlForm?Form1;
????public?string?ST_bgcolor;
????public?string?ST_tcolor;
????public?string?loopId;
????public?string?str;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????//?在此處放置用戶代碼以初始化頁面
????????string?ST_cmd_sql?=?“select?top?10?*?from?ST_news?where?ST_n_iscmd=1?order?by?ST_n_date?desc“;
????????string?ST_top_sql?=?“select?top?10?*?from?ST_news?order?by?ST_n_hit?desc“;
- 上一篇:OPC客戶端(OPCClient)
- 下一篇:C# 權限登錄,社團管理,成員管理
評論
共有 條評論