Click here to Skip to main content
15,920,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Check for invalid Email-id Pin
Christian Graus6-May-08 19:53
protectorChristian Graus6-May-08 19:53 
GeneralRe: Check for invalid Email-id Pin
nagendrathecoder6-May-08 20:06
nagendrathecoder6-May-08 20:06 
Question.net 2005 crystal reports? Pin
Karan_TN6-May-08 19:43
Karan_TN6-May-08 19:43 
Questionjavascript Pin
ptvce6-May-08 19:30
ptvce6-May-08 19:30 
AnswerRe: javascript Pin
Christian Graus6-May-08 19:53
protectorChristian Graus6-May-08 19:53 
GeneralRe: javascript Pin
ptvce6-May-08 20:43
ptvce6-May-08 20:43 
GeneralRe: javascript Pin
Christian Graus6-May-08 21:46
protectorChristian Graus6-May-08 21:46 
QuestionHow can I know the location of error by Stack Trace given? Pin
miss nadia6-May-08 18:56
miss nadia6-May-08 18:56 
I've checked many times for the incorrect syntax. But couldn't find any. There's no given location for the specific error. Here is the error and Stack Trace given when I run the appliication.

<pre>
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.Data.SqlClient.SqlException: Incorrect syntax near the keyword 'Order'.

Stack Trace:

[SqlException (0x80131904): Incorrect syntax near the keyword 'Order'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1770
System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +92
System.Web.UI.WebControls.ListControl.PerformSelect() +31
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
System.Web.UI.WebControls.ListControl.OnPreRender(EventArgs e) +26
System.Web.UI.Control.PreRenderRecursiveInternal() +86
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
</pre>
AnswerRe: How can I know the location of error by Stack Trace given? Pin
N a v a n e e t h6-May-08 19:01
N a v a n e e t h6-May-08 19:01 
AnswerRe: How can I know the location of error by Stack Trace given? Pin
Vasudevan Deepak Kumar6-May-08 19:27
Vasudevan Deepak Kumar6-May-08 19:27 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
N a v a n e e t h6-May-08 19:42
N a v a n e e t h6-May-08 19:42 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
Vasudevan Deepak Kumar6-May-08 19:46
Vasudevan Deepak Kumar6-May-08 19:46 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
miss nadia8-May-08 3:16
miss nadia8-May-08 3:16 
AnswerRe: How can I know the location of error by Stack Trace given? Pin
Christian Graus6-May-08 19:54
protectorChristian Graus6-May-08 19:54 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
miss nadia8-May-08 4:10
miss nadia8-May-08 4:10 
GeneralRe: How can I know the location of error by Stack Trace given? Pin
miss nadia8-May-08 4:13
miss nadia8-May-08 4:13 
AnswerRe: How can I know the location of error by Stack Trace given? Pin
Herman<T>.Instance7-May-08 3:39
Herman<T>.Instance7-May-08 3:39 
Questiongenerate excel with validation list Pin
Mhiny6-May-08 18:53
Mhiny6-May-08 18:53 
AnswerRe: generate excel with validation list Pin
Vasudevan Deepak Kumar6-May-08 19:28
Vasudevan Deepak Kumar6-May-08 19:28 
GeneralRe: generate excel with validation list Pin
Mhiny6-May-08 20:42
Mhiny6-May-08 20:42 
QuestionIE throwing a error but Firfox works fine, WHY? Pin
Meax6-May-08 18:28
Meax6-May-08 18:28 
AnswerRe: IE throwing a error but Firfox works fine, WHY? Pin
N a v a n e e t h6-May-08 19:15
N a v a n e e t h6-May-08 19:15 
QuestionCalling a server side event handler in response to DropDownList Focus Change Pin
sagittarian6-May-08 16:53
sagittarian6-May-08 16:53 
AnswerRe: Calling a server side event handler in response to DropDownList Focus Change Pin
Christian Graus6-May-08 18:14
protectorChristian Graus6-May-08 18:14 
QuestionConfirm Dialog for ASP.Net Pin
sagittarian6-May-08 16:40
sagittarian6-May-08 16:40 

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.