会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kangaroo Blog
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2006年7月6日
点击文件下载而不在浏览器中打开
摘要: 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
阅读(572)
评论(0)
推荐(0)
2006年6月30日
判断一组Radio Button中是否有选中
摘要: 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
阅读(1070)
评论(0)
推荐(0)
2006年6月29日
.NET中实现多个文件的上传
摘要: WebForm2 多上文件上传 ...
阅读全文
posted @ 2006-06-29 14:58 Kangaroo
阅读(516)
评论(0)
推荐(0)
动态添加上传文件
摘要: WebForm1 添加附件 ...
阅读全文
posted @ 2006-06-29 14:30 Kangaroo
阅读(279)
评论(0)
推荐(0)
2006年6月28日
DataSet中表间的关系
摘要: 在包含多个 DataTable 对象的 DataSet 中,可以使用 DataRelation 对象来使一个表与另一个表相关,在多个表之间导航,以及从相关表中返回子行或父行。下面是一个主表和子表关系的示例:Demo.aspx Demo ...
阅读全文
posted @ 2006-06-28 17:31 Kangaroo
阅读(619)
评论(0)
推荐(0)
ASP.NET中文件夹的遍历
摘要: 显示效果:Directory.aspx Directory Directory.aspx.cs //******************************************************...
阅读全文
posted @ 2006-06-28 16:28 Kangaroo
阅读(2216)
评论(3)
推荐(0)
让你的数据加载Loading显示更美观
摘要: http://mentalized.net/activity-indicators/http://www.napyfab.com/ajax-indicators/http://www.ajaxload.info/
阅读全文
posted @ 2006-06-28 10:53 Kangaroo
阅读(627)
评论(0)
推荐(0)
2006年6月27日
将图片保存到SQL2000数据库中
摘要: 数据库脚本: 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
阅读(556)
评论(0)
推荐(0)
2006年6月23日
(转)asp.net里导出excel表方法汇总
摘要: 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
阅读(1212)
评论(1)
推荐(0)
让TextBox只接收数字
摘要: 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
阅读(470)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告