.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)
文本框输入字母时,如何让小写自动转换为大写
摘要:放在 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)
如何设置为首页,加入收藏夹
摘要:Asp.net如何设置为首页 设为主页 如何加入收藏夹 加入收藏
阅读全文
posted @
2007-11-22 14:31
鳴少
阅读(488)
推荐(0)