04 2013 档案

asp.net 自定义tab控件实现
摘要:已经完成了tab控件的必要的设计时支持和运行时输出,控件完整代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.UI.WebControls;using System.Web.UI;using System.ComponentModel;using System.Web.UI.Design.WebControls;using System.Web.UI.Design;using System.Security.Permissions;usi 阅读全文

posted @ 2013-04-13 14:38 空明流光 阅读(733) 评论(0) 推荐(0) 编辑

Tab控件css样式布局
摘要:... 阅读全文

posted @ 2013-04-12 18:58 空明流光 阅读(448) 评论(0) 推荐(0) 编辑

css 左右布局一例
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;"><head runat="server"> <title></title&g 阅读全文

posted @ 2013-04-10 22:53 空明流光 阅读(221) 评论(0) 推荐(0) 编辑

asp.net 自定义控件之ItemTemplate
摘要:最近在做一个东西,要用一个tab控件,鉴于asp.net ajax tookit extension 控件样式的难以修改和jquery ui的各版本存在较大差异,需要自定义控件,需要用到这个技术点,怕忘记,转载一篇文章,转自 http://bbs.blueidea.com/forum.php?mod=viewthread&tid=1793727再说一下,这部分内容最好的教材就是我一开始推荐的那个视频材料。如果还有没有下的那就赶快去下~~指不定哪天微软的网站被攻击,倒闭了,就没的下了。不过话说回来,如果微软都倒闭了,那我们还学.net干嘛啊~~~ 不瞎扯了,下面转入正题。 任何控件都可以 阅读全文

posted @ 2013-04-09 15:05 空明流光 阅读(2607) 评论(0) 推荐(0) 编辑

导航