该文被密码保护。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
protected void RpVoteManage_ItemDataBound(object sender, RepeaterItemEventArgs e) { RadioButtonList rb = e.Item.FindControl("RadioButtonList1") as RadioButtonList; HiddenField hfd = e.Item.FindControl("hfd1") as HiddenField; // 方法2 string jx = DataBinder.Eval(e.Item.DataItem, &qu 阅读全文
摘要:
说明:样式 和js代码在 博客园的文件里 名称是jquery 分页<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="testpage2.aspx.cs" Inherits="DtCms.Web.Aspx.testpage2" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xht 阅读全文
摘要:
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Xml.Linq;using Sy 阅读全文
摘要:
1.父窗体 代码 <input type="button" visible="false" id="Button1" class="btn" value="点此添加照片" onclick="javascript:ontc_small();" /> js 代码如下: function ontc_small(){ var url='pic.aspx?filepath=small&txtpath=image_small&imgpath=img_s 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Data.OleDb;using System.Data.SqlClient;using System.Xml;namespace ClassLibrary1{ public class complete:IHttpModule { public void Dispose() { } public void Init(HttpApplication context) { c 阅读全文
摘要:
1.今天在研究url重写问题的时候,发现在vs里运行.html的文件可以,但在iis上不行,下载了好多urlrewriter,又更改iis 站点的isapi 使其指向.html,但还是没有解决问题,看了一篇文章(文章如下),才明白,只需要:右键点击站点--》属性--》虚拟目录--》配置--映射--》选中.aspx --》复制“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll”--》取消--》点击”添加“--》将“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_i 阅读全文
摘要:
正则表达式匹配html元素的时候,正则表达式字符串,和源字符串都不要Server.HtmlEncode() 编码了,直接匹配1.html 内容如下:<td class="coln_2"> <div class="divTrueName"> <!--{start}--> <a id="tbl_tr_name_qt_1" href="http://shanghai.anjuke.com/shop/view/316462" class="aTrueName" 阅读全文