2005年11月14日

ASP.NET中的变量数值管理------

摘要: Web form pages are HTTP-Based, they are stateless, which means they don’t know whether the requests are all from the same client, and pages are destroyed and recreated with each round trip to the serv... 阅读全文

posted @ 2005-11-14 23:15 cy163 阅读(332) 评论(0) 推荐(0) 编辑

2005年11月10日

Working with TreeView WebControl Part 1 – Basics

摘要: http://www.dnzone.com/ShowDetail.asp?NewsId=111 One of the new gifts from .NET is Internet Explorer WebControls Version 1.0 of the ASP.NET Server Controls. This is a suite of “rich” controls that lets... 阅读全文

posted @ 2005-11-10 10:46 cy163 阅读(295) 评论(0) 推荐(0) 编辑

Client Side File System Browser using a Web Control TreeView

摘要: http://www.dotnet247.com/247reference/articles/1/9431.aspxSummary:There are two files that are included in the ZIP file. I am using Visual Studio.NET 2000 Framework 1.1 What does this do? Not to long ... 阅读全文

posted @ 2005-11-10 10:45 cy163 阅读(185) 评论(0) 推荐(0) 编辑

Resources, References, Tutorials on C#

摘要: http://www.cetus-links.org/oo_csharp.html#oo_csharp_central_sites 阅读全文

posted @ 2005-11-10 09:22 cy163 阅读(146) 评论(0) 推荐(0) 编辑

2005年10月26日

网页制作园地

摘要: 1. www.g168.net/2. www.any2000.com 阅读全文

posted @ 2005-10-26 11:58 cy163 阅读(147) 评论(1) 推荐(0) 编辑

网页图片渐显渐隐

摘要: 图片的渐显播放[推荐][根据下面的说明进行共3步,修改图片的名称及路径即可]http://www.any2000.com/codes/516.htm第三步的top:120px;left:240px可以设定显示的位置 ====1、将下面的代码插入到HEML的之间: ====2、修改语句为: ====3、将下面的代码加入到HEML的之间: 阅读全文

posted @ 2005-10-26 11:55 cy163 阅读(751) 评论(0) 推荐(0) 编辑

2005年10月24日

Change properties of Web page controls in ASPX.CS

摘要: In ASPX.CSSystem.Web.UI.HtmlControls.HtmlImage IMG = (System.Web.UI.HtmlControls.HtmlImage)Page.FindControl("IMG1"); IMG.Attributes.Add("src", "image/TopPic1.gif");In ASPX 阅读全文

posted @ 2005-10-24 11:41 cy163 阅读(164) 评论(0) 推荐(0) 编辑

pass information between XXX.Aspx and XXX.Aspx.cs

摘要: 1. in XXX.aspx " target="BottomFrame" alt="用户登录"> --> 2. in XXX.aspx.csprotected string XYZ() { string str; if(Session["UserName"]!=... 阅读全文

posted @ 2005-10-24 11:38 cy163 阅读(734) 评论(0) 推荐(0) 编辑

2005年10月22日

How to (how to refresh/redirect the contents of one frame from another frame )

摘要: (1)http://yemao.net/info/info.php?sessid=&infoid=62window.parent 属性指定到顶部的帧 (2)http://www.vbcity.com/forums/topic.asp?tid=83870The purpose of this FAQ is to explain how to refresh/redirect the contents... 阅读全文

posted @ 2005-10-22 11:10 cy163 阅读(429) 评论(0) 推荐(0) 编辑

2005年10月20日

How remove virus Troj/TomPai-B

摘要: http://www.sophos.com/virusinfo/analyses/trojtompaib.htmlPlease follow the instructions for removing Trojans. You will also need to edit the following registry entries, if they are present. Please re... 阅读全文

posted @ 2005-10-20 00:13 cy163 阅读(198) 评论(0) 推荐(0) 编辑

导航