Click here to Skip to main content
15,886,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to display a imagebutton in asp.net Pin
Sun Rays30-Mar-07 20:41
Sun Rays30-Mar-07 20:41 
GeneralRe: how to display a imagebutton in asp.net Pin
biaali30-Mar-07 21:04
biaali30-Mar-07 21:04 
GeneralRe: how to display a imagebutton in asp.net Pin
kubben31-Mar-07 1:25
kubben31-Mar-07 1:25 
AnswerRe: how to display a imagebutton in asp.net Pin
MinhajuddinK30-Mar-07 20:48
MinhajuddinK30-Mar-07 20:48 
Questionenabling GridView in asp.net2005 Pin
maria uppal30-Mar-07 18:51
maria uppal30-Mar-07 18:51 
AnswerRe: enabling GridView in asp.net2005 Pin
Sun Rays30-Mar-07 19:31
Sun Rays30-Mar-07 19:31 
AnswerRe: enabling GridView in asp.net2005 Pin
MinhajuddinK30-Mar-07 20:09
MinhajuddinK30-Mar-07 20:09 
QuestionError: DataBinding: 'System.Data.DataRowView' Pin
nothingbutcat30-Mar-07 16:03
nothingbutcat30-Mar-07 16:03 
anyone can help?

'/aspx' 應用程式中發生伺服器錯誤。
-----------------------------------------------------------------------------
DataBinding: 'System.Data.DataRowView' 沒有包含名為 '書名' 的屬性。
描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外詳細資訊: System.Web.HttpException: DataBinding: 'System.Data.DataRowView' 沒有包含名為 '書名' 的屬性。

原始程式錯誤:

只有在偵錯模式編譯時,才可以顯示產生此未處理例外狀況的原始程式碼。若要啟動,請依照下列步驟之一,然後要求 URL:

1. 將 "Debug=true" 指示詞加入產生錯誤的程式碼頂端。例如:

<%@ Page Language="C#" Debug="true" %>

或:

2. 將下列區段加入您應用程式的組態檔:

<configuration>
<system.web>
<compilation debug="true">



請注意: 第二種技巧會導致在偵錯模式下編譯指定應用程式中的所有檔案。第一種技巧只會造成在偵錯模式下編譯該特定檔案。

重要資訊: 在偵錯模式下執行應用程式會過度耗用記憶體/效能。在實際執行部署之前,應該先確認應用程式已經停止偵錯。

堆疊追蹤:

[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' 沒有包含名為 '書名' 的屬性。]
Microsoft.VisualBasic.CompilerServices.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags) +272
Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure) +196
Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) +216
ASP.bookstore_default_aspx.Data_Bind(DataView DView, Object BindObject) +91
ASP.bookstore_default_aspx.Cart_Add(String Title, String Price) +823
ASP.bookstore_default_aspx.AddBookToCart(Object sender, DataGridCommandEventArgs e) +247
System.Web.UI.WebControls.DataGrid.OnItemCommand(DataGridCommandEventArgs e) +105
System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e) +77
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e) +117
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +163
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

--------------------------------------------------------------------------------
版本資訊: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.210
QuestionAccessing Control of Webpart declrative catalogue Pin
Neo_Shehpar30-Mar-07 13:34
Neo_Shehpar30-Mar-07 13:34 
QuestionError - Only when publishing Pin
Hmitosh30-Mar-07 11:36
Hmitosh30-Mar-07 11:36 
AnswerRe: Error - Only when publishing Pin
enjoycrack30-Mar-07 15:09
enjoycrack30-Mar-07 15:09 
GeneralRe: Error - Only when publishing Pin
Hmitosh30-Mar-07 19:29
Hmitosh30-Mar-07 19:29 
GeneralRe: Error - Only when publishing Pin
Hmitosh30-Mar-07 19:43
Hmitosh30-Mar-07 19:43 
GeneralRe: Error - Only when publishing Pin
enjoycrack31-Mar-07 6:30
enjoycrack31-Mar-07 6:30 
GeneralRe: Error - Only when publishing Pin
Hmitosh31-Mar-07 8:33
Hmitosh31-Mar-07 8:33 
QuestionVIew State in CustomControl Pin
faiqshah30-Mar-07 10:45
faiqshah30-Mar-07 10:45 
QuestionMasterpage-Contentpage Data Sharing Pin
RickyD230-Mar-07 10:40
RickyD230-Mar-07 10:40 
AnswerRe: Masterpage-Contentpage Data Sharing Pin
kubben30-Mar-07 11:27
kubben30-Mar-07 11:27 
GeneralRe: Masterpage-Contentpage Data Sharing Pin
RickyD22-Apr-07 7:55
RickyD22-Apr-07 7:55 
QuestionHow to call a method in another .aspx file Pin
r_jaz30-Mar-07 10:02
r_jaz30-Mar-07 10:02 
AnswerRe: How to call a method in another .aspx file Pin
_mubashir30-Mar-07 10:08
_mubashir30-Mar-07 10:08 
GeneralRe: How to call a method in another .aspx file Pin
faiqshah30-Mar-07 12:45
faiqshah30-Mar-07 12:45 
GeneralRe: How to call a method in another .aspx file Pin
r_jaz31-Mar-07 2:11
r_jaz31-Mar-07 2:11 
AnswerRe: How to call a method in another .aspx file Pin
Matglas16-Apr-07 3:21
Matglas16-Apr-07 3:21 
Questionhow to make Dll Pin
netJP12L30-Mar-07 9:22
netJP12L30-Mar-07 9:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.