Click here to Skip to main content
15,895,829 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Retrieving checkbox value from db Pin
test-0918-Feb-10 18:46
test-0918-Feb-10 18:46 
AnswerRe: Retrieving checkbox value from db Pin
Brij18-Feb-10 18:48
mentorBrij18-Feb-10 18:48 
GeneralRe: Retrieving checkbox value from db Pin
test-0918-Feb-10 18:56
test-0918-Feb-10 18:56 
GeneralRe: Retrieving checkbox value from db Pin
Brij18-Feb-10 19:10
mentorBrij18-Feb-10 19:10 
GeneralRe: Retrieving checkbox value from db Pin
test-0918-Feb-10 23:34
test-0918-Feb-10 23:34 
QuestionUsing session and events Pin
ishwarya mahadevan18-Feb-10 17:34
ishwarya mahadevan18-Feb-10 17:34 
AnswerRe: Using session and events Pin
Brij18-Feb-10 19:00
mentorBrij18-Feb-10 19:00 
Questioncatch (SmtpFailedRecipientsException ex) does not work Pin
theOzLizard18-Feb-10 14:10
theOzLizard18-Feb-10 14:10 
Ok guys before you say this question has been asked before the problem is that

try<br />
       {<br />
       mail.Send(blah)   //if mailbox does not exist we get Mailbox unavailable. The server response was: <g@me.com> No such user here. THis is clearly a SmtpFailedRecipientsException   <br />
                         //now the whole idea of a try / catch is to allow the application to fall through to the catch if an error occurs<br />
                         //so why the hell does it stop here and not go to the catch part. makes this catch part useless...<br />
       }<br />
      catch(SmtpFailedRecipientsException  ex)<br />
        {<br />
        }<br />


Microsofts example are pretty straight forward and if you go by the example the above should work bit it does NOT...
theLizard

QuestionIndexing dynamic urls Pin
Paul McGann18-Feb-10 12:16
professionalPaul McGann18-Feb-10 12:16 
QuestionODP.Net Connection Pool Error Pin
AndyASPVB18-Feb-10 10:12
AndyASPVB18-Feb-10 10:12 
AnswerRe: ODP.Net Connection Pool Error Pin
Not Active18-Feb-10 10:37
mentorNot Active18-Feb-10 10:37 
QuestionHow to save values in editable gridview? Pin
students552 university18-Feb-10 10:08
students552 university18-Feb-10 10:08 
AnswerRe: How to save values in editable gridview? Pin
Not Active18-Feb-10 10:22
mentorNot Active18-Feb-10 10:22 
Questiondynamically change the name of a login control DB Pin
arkiboys18-Feb-10 7:54
arkiboys18-Feb-10 7:54 
AnswerRe: dynamically change the name of a login control DB Pin
Abhishek Sur18-Feb-10 9:55
professionalAbhishek Sur18-Feb-10 9:55 
GeneralRe: dynamically change the name of a login control DB Pin
arkiboys18-Feb-10 11:11
arkiboys18-Feb-10 11:11 
Questionwebconfig Pin
arkiboys18-Feb-10 6:47
arkiboys18-Feb-10 6:47 
AnswerRe: webconfig Pin
Not Active18-Feb-10 6:59
mentorNot Active18-Feb-10 6:59 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:03
arkiboys18-Feb-10 7:03 
AnswerRe: webconfig Pin
Rutvik Dave18-Feb-10 7:23
professionalRutvik Dave18-Feb-10 7:23 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 7:32
arkiboys18-Feb-10 7:32 
GeneralRe: webconfig Pin
Rutvik Dave18-Feb-10 7:36
professionalRutvik Dave18-Feb-10 7:36 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:08
arkiboys18-Feb-10 11:08 
GeneralRe: webconfig Pin
The Man from U.N.C.L.E.18-Feb-10 8:30
The Man from U.N.C.L.E.18-Feb-10 8:30 
GeneralRe: webconfig Pin
arkiboys18-Feb-10 11:09
arkiboys18-Feb-10 11:09 

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.