Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
QuestionAn 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 Pin
manikantaer11-Jul-12 2:40
manikantaer11-Jul-12 2:40 
AnswerRe: 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 Pin
BobJanova11-Jul-12 2:45
BobJanova11-Jul-12 2:45 
GeneralRe: 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 Pin
manikantaer11-Jul-12 17:45
manikantaer11-Jul-12 17:45 
AnswerRe: 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 Pin
Wes Aday11-Jul-12 3:03
professionalWes Aday11-Jul-12 3:03 
AnswerRe: 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 Pin
Dave Kreskowiak11-Jul-12 4:29
mveDave Kreskowiak11-Jul-12 4:29 
AnswerRe: 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 Pin
Luc Pattyn11-Jul-12 4:46
sitebuilderLuc Pattyn11-Jul-12 4:46 
QuestionException: Syntax Error in INSERT TO. Pin
kaycey9011-Jul-12 2:37
kaycey9011-Jul-12 2:37 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
Pete O'Hanlon11-Jul-12 2:42
mvePete O'Hanlon11-Jul-12 2:42 
kaycey90 wrote:
sb.Append('"'); sb.Append(student.Deleted); sb.Append("\",");
sb.Append(")");

You have a , just before your closing ). You don't need to put that in. BTW, why did you not consider using sb.AppendFormat instead? You could have saved yourself a lot of sb.Append work there.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

AnswerRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 2:43
BobJanova11-Jul-12 2:43 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
PIEBALDconsult11-Jul-12 3:30
mvePIEBALDconsult11-Jul-12 3:30 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 5:25
professionalRichard Andrew x6411-Jul-12 5:25 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 6:29
BobJanova11-Jul-12 6:29 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Richard Andrew x6411-Jul-12 8:18
professionalRichard Andrew x6411-Jul-12 8:18 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
Pete O'Hanlon11-Jul-12 8:35
mvePete O'Hanlon11-Jul-12 8:35 
GeneralRe: Exception: Syntax Error in INSERT TO. Pin
BobJanova11-Jul-12 23:21
BobJanova11-Jul-12 23:21 
AnswerRe: Exception: Syntax Error in INSERT TO. Pin
PIEBALDconsult11-Jul-12 3:37
mvePIEBALDconsult11-Jul-12 3:37 
QuestionPassing an object through different window classes in Windows Forms Pin
nstk11-Jul-12 0:55
nstk11-Jul-12 0:55 
AnswerRe: Passing an object through different window classes in Windows Forms Pin
Pete O'Hanlon11-Jul-12 1:02
mvePete O'Hanlon11-Jul-12 1:02 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk11-Jul-12 3:47
nstk11-Jul-12 3:47 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
DaveyM6911-Jul-12 4:02
professionalDaveyM6911-Jul-12 4:02 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk12-Jul-12 1:36
nstk12-Jul-12 1:36 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk12-Jul-12 1:44
nstk12-Jul-12 1:44 
AnswerRe: Passing an object through different window classes in Windows Forms Pin
BobJanova11-Jul-12 2:41
BobJanova11-Jul-12 2:41 
GeneralRe: Passing an object through different window classes in Windows Forms Pin
nstk14-Jul-12 7:40
nstk14-Jul-12 7:40 
QuestionData to and from object? Pin
Ronnie_B11-Jul-12 0:55
Ronnie_B11-Jul-12 0:55 

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.