Click here to Skip to main content
15,921,841 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SEARCH A FILE in solution explorer? Pin
John Sundar11-Apr-08 21:26
John Sundar11-Apr-08 21:26 
GeneralRe: SEARCH A FILE in solution explorer? Pin
Sandeep Kumar11-Apr-08 21:39
Sandeep Kumar11-Apr-08 21:39 
GeneralRe: SEARCH A FILE in solution explorer? Pin
John Sundar11-Apr-08 21:54
John Sundar11-Apr-08 21:54 
GeneralRe: SEARCH A FILE in solution explorer? Pin
Christian Graus11-Apr-08 22:39
protectorChristian Graus11-Apr-08 22:39 
Generalget a value a grid view cells Pin
ptvce11-Apr-08 19:25
ptvce11-Apr-08 19:25 
GeneralRe: get a value a grid view cells Pin
Christian Graus11-Apr-08 22:43
protectorChristian Graus11-Apr-08 22:43 
GeneralRe: get a value a grid view cells Pin
Herman<T>.Instance14-Apr-08 22:25
Herman<T>.Instance14-Apr-08 22:25 
Questionhow can i retrive value of rich text box in html format Pin
krishnaveer11-Apr-08 18:35
krishnaveer11-Apr-08 18:35 
AnswerRe: how can i retrive value of rich text box in html format Pin
N a v a n e e t h11-Apr-08 20:20
N a v a n e e t h11-Apr-08 20:20 
GeneralGenerating Excel Reports in ASP .NET 2.0 Pin
kenexcelon11-Apr-08 10:22
kenexcelon11-Apr-08 10:22 
GeneralRe: Generating Excel Reports in ASP .NET 2.0 Pin
vasini11-Apr-08 11:04
vasini11-Apr-08 11:04 
GeneralRe: Generating Excel Reports in ASP .NET 2.0 Pin
Abhisek Chakraborty1-Sep-09 18:46
Abhisek Chakraborty1-Sep-09 18:46 
GeneralDisplay in GridView Pin
vasini11-Apr-08 10:22
vasini11-Apr-08 10:22 
GeneralRe: Display in GridView Pin
Blue_Boy11-Apr-08 10:25
Blue_Boy11-Apr-08 10:25 
GeneralRe: Display in GridView Pin
vasini11-Apr-08 10:37
vasini11-Apr-08 10:37 
GeneralRe: Display in GridView Pin
Blue_Boy11-Apr-08 10:59
Blue_Boy11-Apr-08 10:59 
GeneralRe: Display in GridView Pin
AlexeiXX311-Apr-08 17:06
AlexeiXX311-Apr-08 17:06 
Generalclock Pin
bunny.varun11-Apr-08 7:00
bunny.varun11-Apr-08 7:00 
GeneralRe: clock Pin
Blue_Boy11-Apr-08 9:01
Blue_Boy11-Apr-08 9:01 
GeneralObject reference not set to an instance of an object Pin
Farhad Eft11-Apr-08 6:32
Farhad Eft11-Apr-08 6:32 
GeneralRe: Object reference not set to an instance of an object Pin
N a v a n e e t h11-Apr-08 7:12
N a v a n e e t h11-Apr-08 7:12 
GeneralRe: Object reference not set to an instance of an object Pin
Farhad Eft11-Apr-08 8:32
Farhad Eft11-Apr-08 8:32 
GeneralRe: Object reference not set to an instance of an object Pin
AlexeiXX311-Apr-08 17:09
AlexeiXX311-Apr-08 17:09 
GeneralException Handling in General Pin
Brady Kelly11-Apr-08 5:09
Brady Kelly11-Apr-08 5:09 
GeneralRe: Exception Handling in General Pin
led mike11-Apr-08 5:55
led mike11-Apr-08 5:55 
Brady Kelly wrote:
How do you guys handle exceptions in ASP.NET applications?


That's a requirements related question so the answer can be different from company to company as well as application specific. There is no cook book answer to that question.

That said, most server based processes should log things as this makes problem solving much simpler. That's not saying that desktop applications should not log.

ASP.NET has some default message options that you should understand before deciding. In our case we just use those and in conjunction with logging we have found it works just fine for us.


led mike

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.