Click here to Skip to main content
15,909,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net 3 Pin
Paul Conrad12-Jul-07 11:43
professionalPaul Conrad12-Jul-07 11:43 
GeneralRe: .Net 3 Pin
leckey12-Jul-07 17:03
leckey12-Jul-07 17:03 
GeneralRe: .Net 3 Pin
Paul Conrad12-Jul-07 17:17
professionalPaul Conrad12-Jul-07 17:17 
GeneralRe: .Net 3 Pin
martin_hughes12-Jul-07 12:21
martin_hughes12-Jul-07 12:21 
GeneralRe: .Net 3 Pin
leckey12-Jul-07 17:00
leckey12-Jul-07 17:00 
GeneralRe: .Net 3 Pin
Paul Conrad12-Jul-07 17:34
professionalPaul Conrad12-Jul-07 17:34 
Questionadd error handling page to project Pin
daku112-Jul-07 8:01
daku112-Jul-07 8:01 
AnswerRe: add error handling page to project Pin
Dave Sexton12-Jul-07 11:01
Dave Sexton12-Jul-07 11:01 
You want a page to handle compiler errors? Your site won't run if you have a compile error!

In the event you actually mean something else - add the file to your project by right-clicking on the project & selecting "Add Existing Item...", browse for file & add it. Then add a Global.asax file to the project (assuming you don't already have one). Inside the AppilcationError event of the Global.asax file add code to handle your error & redirect to your error page as required.


I think I'm going to call my next project "Chuck Norris". It's a sure way to guarantee it's unbreakable.

• • •

But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson


QuestionIllegal Cross thread Error Pin
ramdil12-Jul-07 7:37
ramdil12-Jul-07 7:37 
AnswerRe: Illegal Cross thread Error Pin
Luc Pattyn12-Jul-07 8:06
sitebuilderLuc Pattyn12-Jul-07 8:06 
GeneralRe: Illegal Cross thread Error Pin
ramdil12-Jul-07 8:16
ramdil12-Jul-07 8:16 
GeneralRe: Illegal Cross thread Error Pin
martin_hughes12-Jul-07 8:24
martin_hughes12-Jul-07 8:24 
GeneralRe: Illegal Cross thread Error Pin
ramdil12-Jul-07 8:26
ramdil12-Jul-07 8:26 
GeneralRe: Illegal Cross thread Error Pin
Luc Pattyn12-Jul-07 8:37
sitebuilderLuc Pattyn12-Jul-07 8:37 
GeneralRe: Illegal Cross thread Error Pin
ramdil12-Jul-07 22:38
ramdil12-Jul-07 22:38 
QuestionEmbedding a second icon into an exe file... Pin
Shy Agam12-Jul-07 7:13
Shy Agam12-Jul-07 7:13 
AnswerRe: Embedding a second icon into an exe file... Pin
Ed.Poore12-Jul-07 9:27
Ed.Poore12-Jul-07 9:27 
GeneralRe: Embedding a second icon into an exe file... Pin
Shy Agam12-Jul-07 12:27
Shy Agam12-Jul-07 12:27 
GeneralRe: Embedding a second icon into an exe file... Pin
Ed.Poore12-Jul-07 12:54
Ed.Poore12-Jul-07 12:54 
GeneralRe: Embedding a second icon into an exe file... Pin
Shy Agam12-Jul-07 13:11
Shy Agam12-Jul-07 13:11 
GeneralRe: Embedding a second icon into an exe file... Pin
Ed.Poore12-Jul-07 13:45
Ed.Poore12-Jul-07 13:45 
GeneralRe: Embedding a second icon into an exe file... Pin
Shy Agam12-Jul-07 14:00
Shy Agam12-Jul-07 14:00 
GeneralRe: Embedding a second icon into an exe file... Pin
Ed.Poore12-Jul-07 14:40
Ed.Poore12-Jul-07 14:40 
Questionhow to make snooker/pool/billiard in C#??? Pin
chumairr12-Jul-07 6:32
chumairr12-Jul-07 6:32 
AnswerRe: how to make snooker/pool/billiard in C#??? Pin
Christian Graus12-Jul-07 6:39
protectorChristian Graus12-Jul-07 6:39 

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.