登录成功
登录成功
SPS两个WEB部件链接时url作为传递参数,有时接收部件不能正常解析url。应该做编码处理。
 /// <summary>
        
/// In this method, a part can fire any events that it requires to.
        
/// </summary>

        public override void PartCommunicationMain()
        
{
            
if (CellReady != null)
            
{
                CellReadyEventArgs cellReadyArgs 
= new CellReadyEventArgs();
                cellReadyArgs.Cell 
= SPEncode.HtmlEncode(Url);
                CellReady(
this, cellReadyArgs);
            }

        }
 
posted on 2005-09-02 11:56  鸟人狼图腾  阅读(1343)  评论(0编辑  收藏  举报