Click here to Skip to main content
15,916,412 members
Home / Discussions / C#
   

C#

 
AnswerRe: Stream Reader Problem Pin
Luc Pattyn22-Jul-09 1:23
sitebuilderLuc Pattyn22-Jul-09 1:23 
Questionwriting javascript in code behind [modified] Pin
kKamel21-Jul-09 23:48
kKamel21-Jul-09 23:48 
AnswerRe: writing javascript in code behind Pin
Brij22-Jul-09 0:02
mentorBrij22-Jul-09 0:02 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 0:28
kKamel22-Jul-09 0:28 
GeneralRe: writing javascript in code behind Pin
Tamer Oz22-Jul-09 0:34
Tamer Oz22-Jul-09 0:34 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 0:35
kKamel22-Jul-09 0:35 
GeneralRe: writing javascript in code behind Pin
Tamer Oz22-Jul-09 0:43
Tamer Oz22-Jul-09 0:43 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 1:42
kKamel22-Jul-09 1:42 
GeneralRe: writing javascript in code behind Pin
Tamer Oz22-Jul-09 2:10
Tamer Oz22-Jul-09 2:10 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 2:28
kKamel22-Jul-09 2:28 
AnswerRe: writing javascript in code behind Pin
MumbleB22-Jul-09 0:15
MumbleB22-Jul-09 0:15 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 0:33
kKamel22-Jul-09 0:33 
AnswerRe: writing javascript in code behind Pin
Brij22-Jul-09 1:17
mentorBrij22-Jul-09 1:17 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 1:44
kKamel22-Jul-09 1:44 
GeneralRe: writing javascript in code behind Pin
Brij22-Jul-09 1:52
mentorBrij22-Jul-09 1:52 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 2:18
kKamel22-Jul-09 2:18 
QuestionAudit Pin
arkiboys21-Jul-09 22:49
arkiboys21-Jul-09 22:49 
AnswerRe: Audit Pin
SeMartens21-Jul-09 22:55
SeMartens21-Jul-09 22:55 
GeneralRe: Audit Pin
arkiboys21-Jul-09 22:57
arkiboys21-Jul-09 22:57 
GeneralRe: Audit Pin
Pete O'Hanlon22-Jul-09 0:24
mvePete O'Hanlon22-Jul-09 0:24 
GeneralRe: Audit Pin
arkiboys22-Jul-09 0:31
arkiboys22-Jul-09 0:31 
QuestionError Handling Pin
mjawadkhatri21-Jul-09 22:26
mjawadkhatri21-Jul-09 22:26 
AnswerRe: Error Handling Pin
Tom Deketelaere21-Jul-09 22:38
professionalTom Deketelaere21-Jul-09 22:38 
mjawadkhatri wrote:
when perform catch statement then progrm not read next line go to try statement which can cause an exception
how can i do???

Confused | :confused:

Can you explain a bit better what your asking?

Your program will execute the code within the try block, if an error occurs it will 'jump' to the catch block and execute the code there. It will not return to the try block.
If there is any code you always need/want to be executed use a 'finally' block.
AnswerRe: Error Handling Pin
Vimalsoft(Pty) Ltd22-Jul-09 0:06
professionalVimalsoft(Pty) Ltd22-Jul-09 0:06 
AnswerRe: Error Handling Pin
Luc Pattyn22-Jul-09 1:27
sitebuilderLuc Pattyn22-Jul-09 1:27 

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.