11 2008 档案

摘要:1.打开“我的电脑”-“工具”-“文件夹选项”-“查看”-在“显示所有文件和文件夹”选项前打勾-“确定” 2.删除以下文件夹中的内容: x:\DocumentsandSettings\用户名\Cookies\下的所有文件(保留index文件) x:\Doc... 阅读全文
posted @ 2008-11-24 11:15 KevinWang 阅读(209) 评论(0) 推荐(0)
摘要:ProblemsWhen I select a row from the GridView on "TabPanel2", the ActiveTabIndex is not maintained and appears to be reset.ASPX <%@ page autoeventwireup="true" codefile="Tabs.aspx.cs" inherits="Tab... 阅读全文
posted @ 2008-11-21 09:40 KevinWang 阅读(398) 评论(0) 推荐(0)
摘要:网站常用的一种JS的图片幻灯片,要用的话就拿走吧!<!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">... 阅读全文
posted @ 2008-11-18 18:15 KevinWang 阅读(347) 评论(0) 推荐(0)
摘要:引言我查阅过不少Asp.Net的书籍,发现大多数作者都是站在一个比较高的层次上讲解Asp.Net。他们耐心、细致地告诉你如何一步步拖放控件、设置控件属性、编写CodeBehind代码,以实现某个特定的功能。这种做法,实际上是回答了“如何去做”的问题,却没有回答“为什么可以这样做”的问题。尽管我很推崇 悉江华 先生的《圣殿祭祀的Asp.Net开发详解》... 阅读全文
posted @ 2008-11-14 11:00 KevinWang 阅读(139) 评论(0) 推荐(0)
摘要:1. Accordion 【功能概述】Accordion可以让你设计多个panel 并且一次只显示一个Panel .在页面上的显示效果就像是使用了多个CollapsiblePanels只不过每一次只展开其中一个CollapsiblePanel.Accordion控件内部包含了若干个AccordionPane,每一个AccordionPane的template里包括了对其Header和Content... 阅读全文
posted @ 2008-11-09 15:30 KevinWang 阅读(218) 评论(0) 推荐(0)