asp.net 1.1 安装手册
先升级ie到5.5版以上
1 下载中文版IE6:http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/CN/ie6setup.exe
2 下载mdac安装 直接下载2.8中文版:http://download.microsoft.com/download/8/b/6/8b6198c0-fe96-4811-9d81-
d5c76dd5fea8/MDAC_TYP.EXE
3 然后下载.NET Framework 1.1版可再发行组件包:下载 http://download.microsoft.com/download/7/b/9/7b90644d
-1af0-42b9-b76d-a2770319a568/dotnetfx.exe
4 然后下载.NET Framework SDK1.1安装:下载1.1简体中文版
http://download.microsoft.com/download/0/f/e/0fecf85c-fb50-4ca9-adf2-c4be7ec9b454/setup.exe
5 最后安装简体中文语言包:下载 http://download.microsoft.com/download/4/b/c/4bce2f4b-548e-4e36-a3f7-
46d79a6abd39/langpack.exe
如果你没法运行msi文件,请安装以下软件
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4B6140F9-2D36-4977-8FA1-
6F8A0F5DCA8F
相关文档:
之前写过一系列的ExtJS的使用教程,但是基本比较零散,本文主要对其进行归纳总结。希望对于初学或者复习extjs的同盟们有所帮助。
列表清单如下所示:
1、ExtJS的使用方法汇总(1)——配置和表格控件使用 :
http://blog.csdn.net/rocket5725/archive/2009/09/09/4535323.aspx
2、ExtJS的使用方法汇总(2)&mdash ......
Dim strScript As String = "<Script Language='VBScript'>" &vbCrLf
strScript &= "opener.parent.document.location.href=""" &"../Individual/UserJobs.aspx?EntityTableID=" &Request("EntityTableID") &"&ListID=" &BLL.TableType.Entity &"&OrgID=" &Request ......
using System;
using System.Data;
using System.Configuration;
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 Syste ......
先看看ASP.NET页面刷新的实现方法:
第一:
private void Button1_Click( object sender, System.EventArgs e ) { Response.Redirect( Request.Url.ToString( ) ); } 第二:
private void Button2_Click( object sender, System.EventArgs e ) { Response.Write( " < script language=javascript>window.locatio ......
//使用验证方法
if (!InputValidator(txt.Text.Trim()))
{
ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "myScript", "alert('\"文本框\"输入了非法字符或输入超长!');", t ......