而且文章在后台不显示标题 。只有空格
Server Error in '/' Application.
Specified cast is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Specified cast is not valid.
Source Error:
Line 34: <li class="normal"><span class="title">
Line 35: <a href="<%=Detail_Url(dr)%>" target="<%=Target%>" title="<%=Server.HtmlEncode(dr["title"].ToString())%>" style="<%=dr["pa_style"]%>"><%=SubStr(dr["title"].ToString(),Title_Num,true)%></a></span>
Line 36: <span class="date"><%=((DateTime)dr["thedate"]).ToString("MM-dd")%></span>
Line 37: <span class="clear"></span>
Line 38: </li>
Source File: g:\web\media\wyx\e\zdymodel\article\module\126.ascx Line: 36