Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding Databinding Pin
Abhijit Jana13-Nov-07 23:10
professionalAbhijit Jana13-Nov-07 23:10 
GeneralRe: Regarding Databinding Pin
DharmarajNagarajan13-Nov-07 23:14
DharmarajNagarajan13-Nov-07 23:14 
Questioncrystal report output errors Pin
ooooooooppppppss13-Nov-07 22:45
ooooooooppppppss13-Nov-07 22:45 
QuestionHow to count the error Pin
Assaf8213-Nov-07 22:40
Assaf8213-Nov-07 22:40 
AnswerRe: How to count the error Pin
Abhijit Jana13-Nov-07 23:05
professionalAbhijit Jana13-Nov-07 23:05 
AnswerRe: How to count the error Pin
N a v a n e e t h13-Nov-07 23:08
N a v a n e e t h13-Nov-07 23:08 
GeneralRe: How to count the error Pin
DharmarajNagarajan13-Nov-07 23:33
DharmarajNagarajan13-Nov-07 23:33 
GeneralRe: How to count the error Pin
Abhijit Jana14-Nov-07 0:05
professionalAbhijit Jana14-Nov-07 0:05 
DharmarajNagarajan wrote:
use a flag variable


It is not possible to use flag variable to count the number of error. when any one error will occer it will jump to Catch block, then directly move to finally block. so where you going to use flag !!!!
<br />
Try<br />
  {<br />
   first here !!!<br />
  }<br />
catch ( )<br />
   {<br />
    if any error<br />
   } <br />
Finaly<br />
   {<br />
    after error occured or not finaly here<br />
   }<br />


so , counter is useless !!!!!

Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

AnswerRe: How to count the error Pin
Luc Pattyn13-Nov-07 23:47
sitebuilderLuc Pattyn13-Nov-07 23:47 
QuestionClose a form ? Pin
Assaf8213-Nov-07 22:23
Assaf8213-Nov-07 22:23 
AnswerRe: Close a form ? Pin
Christian Graus13-Nov-07 22:28
protectorChristian Graus13-Nov-07 22:28 
AnswerRe: Close a form ? Pin
e_zakhour13-Nov-07 22:29
e_zakhour13-Nov-07 22:29 
QuestionPrinting in csharp Pin
e_zakhour13-Nov-07 22:23
e_zakhour13-Nov-07 22:23 
AnswerRe: Printing in csharp Pin
Abhijit Jana13-Nov-07 22:29
professionalAbhijit Jana13-Nov-07 22:29 
QuestionText box help Pin
KppsK13-Nov-07 22:22
KppsK13-Nov-07 22:22 
AnswerRe: Text box help Pin
Giorgi Dalakishvili13-Nov-07 22:26
mentorGiorgi Dalakishvili13-Nov-07 22:26 
QuestionErrors with Export to CSV From DB Pin
MumbleB13-Nov-07 21:51
MumbleB13-Nov-07 21:51 
AnswerRe: Errors with Export to CSV From DB Pin
Bino B13-Nov-07 21:56
Bino B13-Nov-07 21:56 
GeneralRe: Errors with Export to CSV From DB Pin
MumbleB13-Nov-07 22:01
MumbleB13-Nov-07 22:01 
QuestionRe: Errors with Export to CSV From DB Pin
MumbleB13-Nov-07 22:41
MumbleB13-Nov-07 22:41 
QuestionComparing buttons's bacgroundimages in decision structures Pin
omegazafer13-Nov-07 21:47
omegazafer13-Nov-07 21:47 
QuestionHello again Pin
e_zakhour13-Nov-07 21:31
e_zakhour13-Nov-07 21:31 
AnswerRe: Hello again Pin
Abhijit Jana13-Nov-07 21:35
professionalAbhijit Jana13-Nov-07 21:35 
AnswerRe: Hello again Pin
Bino B13-Nov-07 22:00
Bino B13-Nov-07 22:00 
GeneralRe: Hello again Pin
Colin Angus Mackay13-Nov-07 23:40
Colin Angus Mackay13-Nov-07 23:40 

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.