Click here to Skip to main content
15,881,812 members
Home / Discussions / Web Development
   

Web Development

 
QuestionURLDownloadToFile with authentication Pin
Antosha16-Mar-07 10:57
Antosha16-Mar-07 10:57 
QuestionBreak point in the Page Load event is not firing Pin
shyamts16-Mar-07 5:29
shyamts16-Mar-07 5:29 
AnswerRe: Break point in the Page Load event is not firing Pin
Marcus J. Smith16-Mar-07 7:36
professionalMarcus J. Smith16-Mar-07 7:36 
GeneralRe: Break point in the Page Load event is not firing Pin
shyamts17-Mar-07 19:47
shyamts17-Mar-07 19:47 
Questionsending email Pin
saltcode16-Mar-07 4:52
professionalsaltcode16-Mar-07 4:52 
AnswerRe: sending email Pin
Marcus J. Smith16-Mar-07 4:55
professionalMarcus J. Smith16-Mar-07 4:55 
AnswerRe: sending email Pin
enjoycrack16-Mar-07 4:58
enjoycrack16-Mar-07 4:58 
GeneralRe: sending email Pin
saltcode16-Mar-07 6:12
professionalsaltcode16-Mar-07 6:12 
SMTP Service is running.

<br />
ailMessage msg = new MailMessage("sample@lookman","kapat_saltcode@yahoo.com");<br />
        msg.Body = "Did u receive this, if u did don't reply, just testing";<br />
        msg.Subject = "TESTING";<br />
        try<br />
        {<br />
            SmtpClient sc = new SmtpClient("lookman");<br />
            sc.Send(msg);<br />
        }<br />
        catch (SmtpException smtpex)<br />
        {<br />
            Label1.Text = smtpex.Message.ToString();<br />
        }<br />
        catch (Exception ex)<br />
        {<br />
            Label1.Text = ex.Message.ToString();<br />
        }<br />

GeneralRe: sending email Pin
Marcus J. Smith16-Mar-07 7:31
professionalMarcus J. Smith16-Mar-07 7:31 
AnswerRe: sending email Pin
Vasudevan Deepak Kumar22-Mar-07 6:20
Vasudevan Deepak Kumar22-Mar-07 6:20 
Questionvalidate textbox length Pin
jayvaishnav8216-Mar-07 2:49
jayvaishnav8216-Mar-07 2:49 
AnswerRe: validate textbox length Pin
hiral_shah16-Mar-07 3:09
hiral_shah16-Mar-07 3:09 
AnswerRe: validate textbox length Pin
Marcus J. Smith16-Mar-07 4:10
professionalMarcus J. Smith16-Mar-07 4:10 
GeneralRe: validate textbox length Pin
jayvaishnav8217-Mar-07 3:55
jayvaishnav8217-Mar-07 3:55 
AnswerRe: validate textbox length Pin
DavidNohejl16-Mar-07 14:30
DavidNohejl16-Mar-07 14:30 
QuestionConvertion Help! Pin
Illegal Operation16-Mar-07 2:06
Illegal Operation16-Mar-07 2:06 
AnswerRe: Convertion Help! Pin
RichardGrimmer16-Mar-07 2:13
RichardGrimmer16-Mar-07 2:13 
GeneralRe: Convertion Help! Pin
Illegal Operation16-Mar-07 2:42
Illegal Operation16-Mar-07 2:42 
GeneralRe: Convertion Help! Pin
Marcus J. Smith16-Mar-07 7:33
professionalMarcus J. Smith16-Mar-07 7:33 
Questionhow to change the pagelayout of the page in asp.net 2005 Pin
Rmesh16-Mar-07 1:47
Rmesh16-Mar-07 1:47 
AnswerRe: how to change the pagelayout of the page in asp.net 2005 Pin
RichardGrimmer16-Mar-07 2:14
RichardGrimmer16-Mar-07 2:14 
QuestionHow to use shortcut keys in ASP.NET Pin
Murtuza Husain Miyan Patel16-Mar-07 1:21
professionalMurtuza Husain Miyan Patel16-Mar-07 1:21 
AnswerRe: How to use shortcut keys in ASP.NET Pin
Vasudevan Deepak Kumar22-Mar-07 6:21
Vasudevan Deepak Kumar22-Mar-07 6:21 
Questionshortcut keys in asp.net 1.1 with c# Pin
vipintin16-Mar-07 0:14
vipintin16-Mar-07 0:14 
AnswerRe: shortcut keys in asp.net 1.1 with c# Pin
badgrs16-Mar-07 0:54
badgrs16-Mar-07 0:54 

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.