| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3043 人关注过本帖
标题:StartIndex 不能小于 0。参数名: startIndex
取消只看楼主 加入收藏
wangjian_g
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-11-17
收藏
 问题点数:0 回复次数:1 
StartIndex 不能小于 0。参数名: startIndex
“/myDataList”应用程序中的服务器错误。
--------------------------------------------------------------------------------

StartIndex 不能小于 0。参数名: startIndex
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentOutOfRangeException: StartIndex 不能小于 0。参数名: startIndex

源错误:


行 158:        public String FormatPhotoUrl(String PhotoUrl)
行 159:        {   
行 160:            return(Request.ApplicationPath + "/UpLoads/Photoes/"  + PhotoUrl.Substring(PhotoUrl.LastIndexOf("/"),
行 161:                PhotoUrl.Length - PhotoUrl.LastIndexOf("/")));
行 162:        }
 public String FormatPhotoUrl(String PhotoUrl)
        {   
            return(Request.ApplicationPath + "/UpLoads/Photoes/"  + PhotoUrl.Substring(PhotoUrl.LastIndexOf("/"),
                PhotoUrl.Length - PhotoUrl.LastIndexOf("/")));
        }
<asp:ImageButton ID ="Photoes" Width ="130" Height ="100" Runat ="server" CommandName ="Photo" ImageUrl ='<%#FormatPhotoUrl((String)DataBinder.Eval(Container.DataItem,"PhotoUrl"))%>' CommandArgument ='<%# DataBinder.Eval(Container.DataItem,"PhotoID") %>'>
                                                        </asp:ImageButton>
搜索更多相关主题的帖子: startIndex StartIndex 
2008-11-27 16:24
wangjian_g
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-11-17
收藏
得分:0 
如何让PhotoUrl.LastIndexOf("/")成正值呀
2008-11-27 19:41
快速回复:StartIndex 不能小于 0。参数名: startIndex
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016906 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved