鳴少
︶ㄣ花自飄零水自流べ壹種相思べ兩處閑愁

文章分类 -  个人开发源码

.net(c#)新闻长文章分页方法
摘要:-----------------后台-------------------using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web... 阅读全文
posted @ 2008-01-25 09:42 鳴少 阅读(629) 评论(0) 推荐(0)
文本框输入字母时,如何让小写自动转换为大写
摘要:放在 onblur里,要离开焦点才起作用;放在 onKeydown里,第一次按下字母不变大写;private void textBox_PreRender(object sender, System.EventArgs e){ textBox.Attributes["OnKeyDown"] = "toLocaleUpperCase('textBox')";}放在 onKeyup里,按下的时候是小... 阅读全文
posted @ 2008-01-15 11:14 鳴少 阅读(450) 评论(0) 推荐(0)
通过Web Services上载文件
只有注册用户登录后才能阅读该文。
posted @ 2007-12-19 09:01 鳴少 阅读(4) 评论(0) 推荐(0)
通过Web Services上传文件
只有注册用户登录后才能阅读该文。
posted @ 2007-12-19 08:59 鳴少 阅读(4) 评论(0) 推荐(0)
如何设置为首页,加入收藏夹
摘要:Asp.net如何设置为首页 设为主页 如何加入收藏夹 加入收藏 阅读全文
posted @ 2007-11-22 14:31 鳴少 阅读(488) 评论(0) 推荐(0)