Click here to Skip to main content
15,917,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Add a UserControl to a WebProject. Pin
theJazzyBrain9-Jan-07 6:33
theJazzyBrain9-Jan-07 6:33 
QuestionException Handling In Debug And Release Modes Pin
just3ala29-Jan-07 3:09
just3ala29-Jan-07 3:09 
AnswerRe: Exception Handling In Debug And Release Modes Pin
ednrgc9-Jan-07 3:35
ednrgc9-Jan-07 3:35 
GeneralRe: Exception Handling In Debug And Release Modes Pin
Not Active9-Jan-07 4:26
mentorNot Active9-Jan-07 4:26 
GeneralRe: Exception Handling In Debug And Release Modes Pin
ednrgc9-Jan-07 4:44
ednrgc9-Jan-07 4:44 
GeneralRe: Exception Handling In Debug And Release Modes Pin
Not Active9-Jan-07 4:46
mentorNot Active9-Jan-07 4:46 
GeneralRe: Exception Handling In Debug And Release Modes Pin
ednrgc9-Jan-07 4:48
ednrgc9-Jan-07 4:48 
AnswerRe: Exception Handling In Debug And Release Modes Pin
Pete O'Hanlon9-Jan-07 4:10
mvePete O'Hanlon9-Jan-07 4:10 
It's a really bad idea to have try/catch functionality in your debug build and not in your release build. The code execution in the release will not be the same as the debug version. If you catch an error in the debug version, the release version should be able to cope with it as well.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

AnswerRe: Exception Handling In Debug And Release Modes Pin
Not Active9-Jan-07 4:26
mentorNot Active9-Jan-07 4:26 
AnswerRe: Exception Handling In Debug And Release Modes Pin
Pete O'Hanlon9-Jan-07 4:53
mvePete O'Hanlon9-Jan-07 4:53 
AnswerRe: Exception Handling In Debug And Release Modes Pin
just3ala29-Jan-07 20:48
just3ala29-Jan-07 20:48 
GeneralRe: Exception Handling In Debug And Release Modes Pin
Pete O'Hanlon9-Jan-07 23:20
mvePete O'Hanlon9-Jan-07 23:20 
Questionsending class between two website Pin
mm3109-Jan-07 3:02
mm3109-Jan-07 3:02 
QuestionHow To Dynamically Call a Webservice? Pin
sstocker9-Jan-07 2:57
sstocker9-Jan-07 2:57 
AnswerRe: How To Dynamically Call a Webservice? Pin
led mike9-Jan-07 5:00
led mike9-Jan-07 5:00 
GeneralRe: How To Dynamically Call a Webservice? Pin
sstocker9-Jan-07 5:06
sstocker9-Jan-07 5:06 
GeneralRe: How To Dynamically Call a Webservice? Pin
led mike9-Jan-07 5:20
led mike9-Jan-07 5:20 
QuestionHow to look into directories and files of a unix box from a windows machine through VB.NET or C#.NET Pin
gknath9-Jan-07 2:13
gknath9-Jan-07 2:13 
Questionsubreport export in vs.net 2005 gives problem Pin
Suresh19799-Jan-07 2:10
Suresh19799-Jan-07 2:10 
QuestionServer Error in '/' Application. Pin
Atul Kharecha9-Jan-07 2:01
Atul Kharecha9-Jan-07 2:01 
AnswerRe: Server Error in '/' Application. Pin
Ghazi H. Wadi9-Jan-07 3:40
Ghazi H. Wadi9-Jan-07 3:40 
AnswerRe: Server Error in '/' Application. Pin
ednrgc9-Jan-07 3:45
ednrgc9-Jan-07 3:45 
GeneralRe: Server Error in '/' Application. Pin
Atul Kharecha9-Jan-07 4:00
Atul Kharecha9-Jan-07 4:00 
GeneralRe: Server Error in '/' Application. Pin
ednrgc9-Jan-07 4:02
ednrgc9-Jan-07 4:02 
Questionhow to .swf object to asp.net page Pin
Rmesh9-Jan-07 1:41
Rmesh9-Jan-07 1:41 

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.