<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_livesite's place</title><subtitle type="text">working for .net Framework</subtitle><id>http://feed.cnblogs.com/blog/u/11854/rss</id><updated>2006-08-14T12:04:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11854/rss"/><entry><id>http://www.cnblogs.com/livesite/archive/2006/08/14/Membership.html</id><title type="text">.net的Membership，为什么就这么困难呢？</title><summary type="text">ASP.net 2.0出来以后，一直想用一下2.0的Membership,这个封装的很好的网站权限管理工具。我采用的是SQLProvider,用aspnet_regsql产生了所需要的表，并且配置了web.config,但是在实际使用中却遇到了不少的问题,包括登录以后通过Membership.GetUser()来获取当前登录的用户，结果代码返回给我的是null.....包括在webconfig中的认证和授权的设置，似乎也全然不起效果，经过一番搜索，还是无法解决这个问题，于是没办法，只能利用membership，但是却自己实现整个认证授权的过程。</summary><published>2006-08-14T11:44:00Z</published><updated>2006-08-14T11:44:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/08/14/Membership.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/08/14/Membership.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/03/23/357194.html</id><title type="text">Atlas与Infragistics控件似乎冲突.</title><summary type="text">今天在实验Atlas得时候,发现添加updatePanel得时候,当触发器条件满足得时候,GridView却不更新......而且是毫无反应...经过一阵子乱查...发现MasterPage上用了Infragistics得Menu控件,于是怀疑是不是这个东西得问题,于是新开一页,然后继续使用Atlas,发现效果出现了看来Infragistics和Atlas还真有冲突,大家有没有解决办法?</summary><published>2006-03-23T14:03:00Z</published><updated>2006-03-23T14:03:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/03/23/357194.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/03/23/357194.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/03/15/350897.html</id><title type="text">[疑问]DOTTEXT RSS问题</title><summary type="text">发现用博客园提供的Dottext存在RSS无法更新的情况，必须删除本地缓冲才会显示新的，并且在RSS阅读器中也不会产生更新，这是怎么回事呢？</summary><published>2006-03-15T13:04:00Z</published><updated>2006-03-15T13:04:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/03/15/350897.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/03/15/350897.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/02/23/336505.html</id><title type="text">Dottext关键字控制</title><summary type="text">最近使用dottext的关键字功能，设置了中文的关键字，发现不起作用，但是前后加空格就起作用了，这个对于英语国家来说是为了防止单词间的关键字重复问题，比如如果设置了eat关键字，不加单词位置判断的话，就会把heat中的eat也关键字转换了，这显然是个错误，但是对于我们中文用户，是没有把词语间加空格的，所以对于中文blog这个设定就变得累赘了，我分析了.text关于设置关键字这段代码。关键字扫描sc...</summary><published>2006-02-23T12:51:00Z</published><updated>2006-02-23T12:51:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/02/23/336505.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/02/23/336505.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/02/22/335671.html</id><title type="text">研究dottext的时候再遇疑问</title><summary type="text">如何在知道一个用户的blogid时候取得用户的URL？我现在采用的办法是Dottext.Framework.Configuration.Config.Settings.AggregateUrl+Config.GetConfig(int.Parse(BlogID)).UserName;但是这种办法似乎不是很好，有没有更直接的办法？另外当我知道EntryID的时候，我怎么取得这个Entry的URL？1...</summary><published>2006-02-22T10:50:00Z</published><updated>2006-02-22T10:50:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/02/22/335671.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/02/22/335671.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/02/21/335013.html</id><title type="text">Dottext修改源码出现问题</title><summary type="text">当我在ManageSite.aspx的动作菜单处添加一些自定义的hyperlink的时候，如以下代码：stringstrPickArticle=String.Format("PickArticle.aspx");HyperLinkhlPickArticle=Utilities.CreateHyperLink("文章提取",strPickArticle);PageContainer.AddToAct...</summary><published>2006-02-21T12:59:00Z</published><updated>2006-02-21T12:59:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/02/21/335013.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/02/21/335013.html"/></entry><entry><id>http://www.cnblogs.com/livesite/archive/2006/01/15/317698.html</id><title type="text">开始博客园之旅</title><summary type="text">说起来,很早就注册了博客园的账号,但是确没有发过一篇Post,现在回来了,准备把这里当作和全国各个.net高手们交流的一个平台。这个也是为了测试一些WB Editor2的性能～</summary><published>2006-01-15T11:50:00Z</published><updated>2006-01-15T11:50:00Z</updated><author><name>livesite</name><uri>http://www.cnblogs.com/livesite/</uri></author><link rel="alternate" href="http://www.cnblogs.com/livesite/archive/2006/01/15/317698.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/livesite/archive/2006/01/15/317698.html"/></entry></feed>
