Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to read the string and get the src of image in whole string Pin
Niraj00111-Jan-10 1:00
Niraj00111-Jan-10 1:00 
AnswerRe: how to read the string and get the src of image in whole string Pin
Dinesh Mani11-Jan-10 1:14
Dinesh Mani11-Jan-10 1:14 
Questionexport excel to pdf formate in c# Pin
Pankaj Saha10-Jan-10 23:43
Pankaj Saha10-Jan-10 23:43 
AnswerRe: export excel to pdf formate in c# Pin
Pankaj Saha11-Jan-10 0:09
Pankaj Saha11-Jan-10 0:09 
Questionhelp c# Pin
ptvce10-Jan-10 22:57
ptvce10-Jan-10 22:57 
Questionemail Pin
mylogics10-Jan-10 22:22
professionalmylogics10-Jan-10 22:22 
AnswerRe: email Pin
Vimalsoft(Pty) Ltd11-Jan-10 2:20
professionalVimalsoft(Pty) Ltd11-Jan-10 2:20 
GeneralRe: email Pin
mylogics11-Jan-10 19:35
professionalmylogics11-Jan-10 19:35 
i have written the following code:
Dim message As MailMessage = New MailMessage()
        message.From = New MailAddress("xyz@jmfinfotech.com")
        message.To.Add(New MailAddress("xyz@gmail.com"))
        message.Subject = "Yous Selection:"
        message.Body = "You have selected following options:" + txtselection.Text
        Dim client As SmtpClient = New SmtpClient()
        client.Send(message)

and web config code:
<system.net>
    <mailSettings >
      <smtp>
        <network host="smtp.1and1.com" port="25" userName="xyx" password="123" defaultCredentials="true"/>
      </smtp>
    </mailSettings>
  </system.net>

but getting error:target machine actively refused (ipaddress).tell me what to do plz guide...
GeneralRe: email Pin
Vasudevan Deepak Kumar12-Jan-10 4:09
Vasudevan Deepak Kumar12-Jan-10 4:09 
QuestionDelete record in Gridview Pin
Nopo10-Jan-10 21:46
Nopo10-Jan-10 21:46 
AnswerRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 22:14
Dinesh Mani10-Jan-10 22:14 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 22:36
Nopo10-Jan-10 22:36 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 22:50
Dinesh Mani10-Jan-10 22:50 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 22:59
Nopo10-Jan-10 22:59 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 23:05
Dinesh Mani10-Jan-10 23:05 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 23:23
Nopo10-Jan-10 23:23 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 23:32
Dinesh Mani10-Jan-10 23:32 
AnswerRe: Delete record in Gridview Pin
Nopo11-Jan-10 2:51
Nopo11-Jan-10 2:51 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani11-Jan-10 18:35
Dinesh Mani11-Jan-10 18:35 
QuestionProblem with Remember password Pin
Sudhanshu Mani Tripathi10-Jan-10 19:33
Sudhanshu Mani Tripathi10-Jan-10 19:33 
GeneralRe: Problem with Remember password Pin
lxdx10-Jan-10 19:48
lxdx10-Jan-10 19:48 
QuestionSelecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
Abdullah Al-Muzahid10-Jan-10 19:31
professionalAbdullah Al-Muzahid10-Jan-10 19:31 
AnswerRe: Selecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
lxdx10-Jan-10 19:50
lxdx10-Jan-10 19:50 
GeneralRe: Selecting picture by open file dialoguebox and showing it in imagebox in ASP.NET Pin
Abdullah Al-Muzahid10-Jan-10 20:03
professionalAbdullah Al-Muzahid10-Jan-10 20:03 
Questionmagic numbers when debug in a webform Pin
meeram39510-Jan-10 19:11
meeram39510-Jan-10 19:11 

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.