Click here to Skip to main content
15,881,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with dynamic tag Pin
hasanali0019-Jul-06 2:37
hasanali0019-Jul-06 2:37 
AnswerRe: Problem with dynamic tag Pin
eggsovereasy19-Jul-06 6:11
eggsovereasy19-Jul-06 6:11 
AnswerRe: Problem with dynamic tag Pin
Mircea Grelus19-Jul-06 8:16
Mircea Grelus19-Jul-06 8:16 
Questionhow to bound a context menu to table rows in ASP.NET Pin
antontj19-Jul-06 2:29
antontj19-Jul-06 2:29 
AnswerRe: how to bound a context menu to table rows in ASP.NET Pin
mnaveed19-Jul-06 4:39
mnaveed19-Jul-06 4:39 
QuestionException handling Pin
honeyman_can19-Jul-06 1:43
honeyman_can19-Jul-06 1:43 
AnswerRe: Exception handling Pin
Not Active19-Jul-06 2:25
mentorNot Active19-Jul-06 2:25 
GeneralRe: Exception handling Pin
Colin Angus Mackay19-Jul-06 2:30
Colin Angus Mackay19-Jul-06 2:30 
Mark Nischalke wrote:
It is good practice to handle exceptions as close to the source as possible.


I'd say not. It is good practice to handle errors where it is practical to handle errors regardless of the distance from the source. In my experience, if you handle exceptions too soon you end up writing code that is too defensive and that can actually hide bugs.

Mark Nischalke wrote:
If you wait to catch it at the page or applicaiton level it may be too late.


Absolutely! It is definitely too late to do anything but log the exception at that point.


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
GeneralRe: Exception handling Pin
Not Active19-Jul-06 3:00
mentorNot Active19-Jul-06 3:00 
GeneralRe: Exception handling Pin
honeyman_can19-Jul-06 3:13
honeyman_can19-Jul-06 3:13 
GeneralRe: Exception handling Pin
Not Active19-Jul-06 3:29
mentorNot Active19-Jul-06 3:29 
AnswerRe: Exception handling Pin
Colin Angus Mackay19-Jul-06 2:26
Colin Angus Mackay19-Jul-06 2:26 
GeneralThanks dudes Pin
honeyman_can19-Jul-06 4:22
honeyman_can19-Jul-06 4:22 
AnswerRe: Exception handling Pin
Grapes-R-Fun19-Jul-06 16:20
Grapes-R-Fun19-Jul-06 16:20 
Questionxml and javascripting . [modified] Pin
ritu432119-Jul-06 1:38
ritu432119-Jul-06 1:38 
AnswerRe: xml and javascripting . Pin
madhoo219-Jul-06 2:13
madhoo219-Jul-06 2:13 
GeneralRe: xml and javascripting . Pin
ritu432119-Jul-06 3:17
ritu432119-Jul-06 3:17 
QuestionCalendar in asp Pin
slSoftware19-Jul-06 0:23
slSoftware19-Jul-06 0:23 
AnswerRe: Calendar in asp Pin
_AK_19-Jul-06 0:31
_AK_19-Jul-06 0:31 
AnswerRe: Calendar in asp Pin
Vipin Venugopal19-Jul-06 1:42
Vipin Venugopal19-Jul-06 1:42 
QuestionWhat is this error Pin
slSoftware18-Jul-06 23:12
slSoftware18-Jul-06 23:12 
AnswerRe: What is this error Pin
Paddy Boyd19-Jul-06 0:35
Paddy Boyd19-Jul-06 0:35 
GeneralRe: What is this error Pin
slSoftware19-Jul-06 19:10
slSoftware19-Jul-06 19:10 
GeneralRe: What is this error Pin
Paddy Boyd19-Jul-06 22:07
Paddy Boyd19-Jul-06 22:07 
QuestionProblem with Button Events Pin
hasanali0018-Jul-06 23:11
hasanali0018-Jul-06 23:11 

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.