Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
QuestionTrace.Writeline not visible under Vista? Pin
LongRange.Shooter15-Jun-07 5:44
LongRange.Shooter15-Jun-07 5:44 
QuestionDataGridView custom events Pin
jesarg15-Jun-07 5:15
jesarg15-Jun-07 5:15 
QuestionUnregisterTypeLib Pin
Zebpic15-Jun-07 2:41
Zebpic15-Jun-07 2:41 
QuestionHow to add Animation ASP.Net 2.0 Pin
khuzwayom15-Jun-07 2:36
khuzwayom15-Jun-07 2:36 
AnswerRe: How to add Animation ASP.Net 2.0 Pin
Vasudevan Deepak Kumar15-Jun-07 2:44
Vasudevan Deepak Kumar15-Jun-07 2:44 
AnswerRe: How to add Animation ASP.Net 2.0 Pin
Not Active15-Jun-07 3:44
mentorNot Active15-Jun-07 3:44 
QuestionSQL Server 2005 Try..Catch to C# Try..Catch..Finally Pin
xyzstarr15-Jun-07 2:36
xyzstarr15-Jun-07 2:36 
AnswerRe: SQL Server 2005 Try..Catch to C# Try..Catch..Finally Pin
Mali Perica15-Jun-07 3:34
Mali Perica15-Jun-07 3:34 
To cite a RAISEERROR section from SQL Server 2005 online help:

"Calling RAISERROR with severity less than 20 from inside a remote stored procedure causes a statement abort error on the remote server. A TRY…CATCH construct on the local server handles remote batch abort errors only. If a remote stored procedure calls RAISERROR with severity less than 20 and the remote stored procedure is scoped within a TRY block on the local server, RAISERROR does not cause control to pass to the CATCH block of the TRY…CATCH construct. However, RAISERROR with severity 20 or greater on the remote server breaks the connection, and execution on the local server passes to the CATCH block."

Read following sections from SQL Server 2005 online help:

-RAISEERROR
-Using RAISERROR
-Database Engine Error Severities


OR

You can return custom error codes to your C# application using output parameters in stored procedures.

Decision is up to you.
QuestionHow to add TABs on an ASP.NET page Pin
khuzwayom15-Jun-07 2:34
khuzwayom15-Jun-07 2:34 
AnswerRe: How to add TABs on an ASP.NET page Pin
Vasudevan Deepak Kumar15-Jun-07 2:41
Vasudevan Deepak Kumar15-Jun-07 2:41 
GeneralRe: How to add TABs on an ASP.NET page Pin
khuzwayom17-Jun-07 19:33
khuzwayom17-Jun-07 19:33 
AnswerRe: How to add TABs on an ASP.NET page Pin
Not Active15-Jun-07 3:48
mentorNot Active15-Jun-07 3:48 
QuestionEnum value for CrystalDecisions.Shared.ExportFormatType.Text missing! Pin
majidbhutta15-Jun-07 2:20
majidbhutta15-Jun-07 2:20 
Questionsend mail from desktop application Pin
merwa15-Jun-07 1:33
merwa15-Jun-07 1:33 
AnswerRe: send mail from desktop application Pin
Not Active15-Jun-07 2:04
mentorNot Active15-Jun-07 2:04 
AnswerRe: send mail from desktop application Pin
Vasudevan Deepak Kumar15-Jun-07 2:07
Vasudevan Deepak Kumar15-Jun-07 2:07 
QuestionMarshaling from managed code to SAPI Pin
royk12315-Jun-07 1:13
royk12315-Jun-07 1:13 
QuestionTransparent JPEG Image Pin
Expert Coming15-Jun-07 0:42
Expert Coming15-Jun-07 0:42 
AnswerRe: Transparent JPEG Image Pin
Dave Sexton15-Jun-07 1:32
Dave Sexton15-Jun-07 1:32 
AnswerRe: Transparent JPEG Image Pin
Vasudevan Deepak Kumar15-Jun-07 2:43
Vasudevan Deepak Kumar15-Jun-07 2:43 
AnswerRe: Transparent JPEG Image Pin
Vikram A Punathambekar15-Jun-07 3:02
Vikram A Punathambekar15-Jun-07 3:02 
QuestionPausing A Loop in Windows Application Pin
Ian Uy15-Jun-07 0:40
Ian Uy15-Jun-07 0:40 
AnswerRe: Pausing A Loop in Windows Application Pin
Manas Bhardwaj15-Jun-07 0:59
professionalManas Bhardwaj15-Jun-07 0:59 
GeneralRe: Pausing A Loop in Windows Application Pin
Ian Uy15-Jun-07 1:39
Ian Uy15-Jun-07 1:39 
AnswerRe: Pausing A Loop in Windows Application Pin
Not Active15-Jun-07 2:06
mentorNot Active15-Jun-07 2:06 

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.