[js]用javascript实现的带蒙版弹出窗口
摘要:现在越来越多的网站都用这种形式的弹出窗口进行登录操作,例如迅雷和百度。 但不仅仅是登录,有些页面的打开操作用这种弹窗也是很方便的。 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function $(elem){ re...
阅读全文
posted @
2008-12-21 18:10
lolicon
阅读(1731)
推荐(0)
用GridView制作购物小车
摘要:aspx源代码如下: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 我的购物小车 ...
阅读全文
posted @
2008-12-20 09:26
lolicon
阅读(314)
推荐(0)
利用GDI+绘制验证码图片
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Data;using System.Configuration;using System.Collections;using System.We...
阅读全文
posted @
2008-12-18 17:23
lolicon
阅读(299)
推荐(0)
滚动新闻web控件制作成功!
摘要:使用Literal控件制作的.ascx控件,后台动态实现图片新闻内容。 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public partial class RollImgin : System.Web.UI.UserControl{ ...
阅读全文
posted @
2008-12-13 14:53
lolicon
阅读(517)
推荐(0)
将过长的新闻标题用省略号表示
摘要:过长的新闻标题会导致换行,影响美观。 如: 如果将后面过长的部分用省略号表示,网页显然整洁了不少。 这功能实现起来十分简单,只需要一个小小的函数 然后在前数据绑定将DataTable中的某列更改一下即可 CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.c...
阅读全文
posted @
2008-12-13 10:56
lolicon
阅读(418)
推荐(0)
web用户控件中的JavaScript
摘要:今天遇到一个问题,将一个页面中的某项功能做成web用户控件,也就是.ascx文件后,JavaScript不能访问ascx中的某个控件,搞了好久才解决,原因是生成网站后在web用户控件中的控件id都被自动套上了前缀,以至于JavaScript访问不到原来的id,所以只需先在HTML源文件中找出改变后的id,再修改JavaScript代码即可。 CodeCode highlighting prod...
阅读全文
posted @
2008-12-11 19:21
lolicon
阅读(354)
推荐(0)
[GridView应用技巧]让鼠标移动到哪行改变背景色
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Gridview控件的绑定时事件:RowDataBound e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.bac...
阅读全文
posted @
2008-12-11 19:08
lolicon
阅读(165)
推荐(0)
自己写的数据库连接类
摘要:sql sever的连接类: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> CodeCode highlighting produced by Actipro CodeHighlighter (f...
阅读全文
posted @
2008-12-11 19:04
lolicon
阅读(155)
推荐(0)