摘要: download.aspx download download.cs using System;using System.IO;using System.Web;using System.Web.UI;namespace ZKSTAT.Common{ ... 阅读全文
posted @ 2006-07-06 11:44 Kangaroo 阅读(563) 评论(0) 推荐(0) 编辑
摘要: function alertMessage(f) { //f = document.Form1 var flag=false; var e = document.all["rbOK"]; for(var i=0;i<e.length;i++) ... 阅读全文
posted @ 2006-06-30 15:40 Kangaroo 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: WebForm2 多上文件上传 ... 阅读全文
posted @ 2006-06-29 14:58 Kangaroo 阅读(502) 评论(0) 推荐(0) 编辑
摘要: WebForm1 添加附件 ... 阅读全文
posted @ 2006-06-29 14:30 Kangaroo 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 在包含多个 DataTable 对象的 DataSet 中,可以使用 DataRelation 对象来使一个表与另一个表相关,在多个表之间导航,以及从相关表中返回子行或父行。下面是一个主表和子表关系的示例:Demo.aspx Demo ... 阅读全文
posted @ 2006-06-28 17:31 Kangaroo 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 显示效果:Directory.aspx Directory Directory.aspx.cs //******************************************************... 阅读全文
posted @ 2006-06-28 16:28 Kangaroo 阅读(2189) 评论(3) 推荐(0) 编辑
摘要: http://mentalized.net/activity-indicators/http://www.napyfab.com/ajax-indicators/http://www.ajaxload.info/ 阅读全文
posted @ 2006-06-28 10:53 Kangaroo 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 数据库脚本: CREATE TABLE [dbo].[Pictures] ( [kFileName] [bigint] IDENTITY (1, 1) NOT NULL , [Picture] [image] NULL , [FileName] [varchar] (250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) ON [PRIM... 阅读全文
posted @ 2006-06-27 14:02 Kangaroo 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 1、由dataset生成public void CreateExcel(DataSet ds,string typeid,string FileName){HttpResponse resp;resp = Page.Response;resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");resp.AppendHeader... 阅读全文
posted @ 2006-06-23 17:23 Kangaroo 阅读(1196) 评论(1) 推荐(0) 编辑
摘要: 57) event.returnValue = false;"id="txtY_Revenue" style="TEXT-ALIGN: right" runat="server" Width="90%" MaxLength="12">说明: 此方法控制TextBox只收数字:0~9 , 也自可以定义其它可输入字符,如改成: 65~123,只允许输入: a~z和A~Z 等. 阅读全文
posted @ 2006-06-23 16:36 Kangaroo 阅读(462) 评论(0) 推荐(0) 编辑