04 2010 档案

摘要: the problem is : $find('<%=RadWindow1.ClientID %>') always return null. i spent much time found out where is the problem. if you added follow code to the RadAjaxManager , you will met the proble...阅读全文
posted @ 2010-04-30 08:48 无尽思绪 阅读(163) | 评论 (0) 编辑
摘要: 原文地址:http://www.codeproject.com/KB/dotnet/6importentStepsDotNet.aspx因为文中的因为都比较简单。加上配有截图,就不全部翻译了。这里翻译一个Boxing和Unboxing:When the data moves from value types to reference types its termed as ‘Boxin...阅读全文
posted @ 2010-04-28 10:00 无尽思绪 阅读(298) | 评论 (0) 编辑
摘要: 官方地址:http://www.filehelpers.com/快速开始:http://www.filehelpers.com/quick_start.html优点,容易上手,用法简单。支持,文件,Excel,Sql Server,Access等等。你也可以自己实现自己的数据库连接方式。例子,使用FileHelplers导出csv数据:[DelimitedRecord(",")] [IgnoreEmptyLines()] [ConditionalRecord(RecordCondition.ExcludeIfMatchRegex, "^,+$")] pu阅读全文
posted @ 2010-04-22 14:20 无尽思绪 阅读(260) | 评论 (0) 编辑
摘要: 1.RoleID= 0 普通管理员 (Admin),显示所有All User,Registerred User,Unauthenticated User和管理员的菜单。2.RoleID= -2 仅仅包含Host的菜单。3.RoleID= -1 仅仅包含All User的菜单4.RoleID= -3 仅仅包含Unauthenticated User的菜单。当然如果RoleID大于 0 ,这直接对应...阅读全文
posted @ 2010-04-22 11:04 无尽思绪 阅读(169) | 评论 (0) 编辑
摘要: the bug is:the problem can be reproduce under IE and FF.but under Google chrome ,it's ok.solution: add new css as below: over阅读全文
posted @ 2010-04-19 20:12 无尽思绪 阅读(88) | 评论 (0) 编辑