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“;
评论
共有 条评论