Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SEARCH A FILE in solution explorer? Pin
Sandeep Kumar11-Apr-08 21:22
Sandeep Kumar11-Apr-08 21:22 
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 
How do you guys handle exceptions in ASP.NET applications?  Client-side pop-up tricks?  Catch and redirect to a helpful error message page, or default and redirect to a general error page?  Change views from a capture view to an error view?  The way I think I should be going about this is:

Client-side validation messages etc.
Server side catch specific exceptions only at top level, i.e. in Page code, and redirect to or present task specific error message.
Server side "auto" redirect for all other exceptions.


Pits fall into Chuck Norris.

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.