07 2007 档案

摘要:有数据表1.CREATE TABLE [dbo].[aspnet_Roles]([ApplicationId] [uniqueidentifier] NOT NULL,[RoleId] [uniqueidentifier] NOT NULL,[RoleName] [nvarchar] (256) NOT NULL,[LoweredRoleName] [nvarchar] (256) NOT NUL... 阅读全文
posted @ 2007-07-30 18:23 冰戈 阅读(795) 评论(0) 推荐(0) 编辑
摘要:据John ( Windows Server Blog, com.com's news blog),Windows Server 2008, Visual Studio 2008和 Microsoft SQL Server 2008将于2008年2月27日 "launch",希望微软不要习惯性的跳票又据ScottGu回复:One correction above - the "launch" da... 阅读全文
posted @ 2007-07-12 10:31 冰戈 阅读(1431) 评论(7) 推荐(0) 编辑
摘要:我们在做网站后台管理的时候,往往需要用到Tab形式的导航菜单,博客园如此,BlogEngine也如此,前段时间研究修改BlogEngine的时候看到其Tab实现如此容易,思路不错,但是有一点使我郁闷,他的Tab标题是取文件名,而使用中文的文件名是写程序的大忌,自然就想到了 Asp.Net2.0的特性Web.sitemap,我们的数据源如何不从它来,于是简单写了下,其实很简单,只需要一个样式文件,一个SiteMap, 一个通用的UserControl,一个母版页。 阅读全文
posted @ 2007-07-04 17:13 冰戈 阅读(3700) 评论(18) 推荐(0) 编辑