上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 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 无尽思绪 阅读(644) 评论(0) 推荐(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 无尽思绪 阅读(580) 评论(0) 推荐(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 无尽思绪 阅读(869) 评论(0) 推荐(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 无尽思绪 阅读(351) 评论(0) 推荐(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 无尽思绪 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 以前写了个操作RSA加密的东东,今天再次拿到另外一个项目来用的时候,发现不行了。提示如标题的错误。原因是 UserProfile未找到。参见:http://blogs.msdn.com/alejacma/archive/2007/12/03/rsacryptoserviceprovider-fails-when-used-with-asp-net.aspx大多数情况下,我们只需要使用machine... 阅读全文
posted @ 2010-03-31 13:54 无尽思绪 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 例子一:最简单的存储过程,等同于select执行方法:exec Test;例子二:复杂一点,增加参数,自定义变量,游标,临时表,库函数等。三。删除存储过程:drop procedure Test; 阅读全文
posted @ 2010-03-23 20:18 无尽思绪 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 这个问题,对我来说,确实一个相当郁闷的问题,耗费了几乎2个小时才搞定。先看看RegisterStartupScript 的参数签名:RegisterStartupScript(control, type, key, script, addScriptTags)RegisterStartupScript(page, type, key, script, addScriptTags)在我个人的印象中,... 阅读全文
posted @ 2010-03-22 16:12 无尽思绪 阅读(737) 评论(4) 推荐(0) 编辑
摘要: 一般情况下,我们如果需要支持多语言,就需要在安装多个语言包,这个是必须的。同时,使用LanguageToken来切换不同的语言。不过某些时候,我们需要自动切换语言。比如有这样的菜单结构:Home_EN About US_EN Contact US_ENHome_CNAbout US_CNContact US_CN当我们点击Home_CN或者Home_EN的时候,就需要实现自动切换语言,要实现这个,... 阅读全文
posted @ 2010-03-22 12:56 无尽思绪 阅读(580) 评论(0) 推荐(0) 编辑
摘要: Download demo(include Lanap.BotDetect.dll )this CAPTCHA also can work without cookies. see more details on site: http://captcha.biz/asp.net-captcha.html(the cookieless doesn't supported in DNN)enjoy i... 阅读全文
posted @ 2010-03-03 18:04 无尽思绪 阅读(698) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页