User Profile

Collapse

Profile Sidebar

Collapse
raj200809
raj200809
Last Activity: May 6 '08, 07:17 AM
Joined: Mar 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Have you code change password...
    See more | Go to post

    Leave a comment:


  • change password in database table using asp.net with C#

    Hi,

    I m trying update password in database using asp.net with c#.
    I have three text box in my aspx page
    Old password
    New password
    confirm password

    i m using following code but its not resolving

    step1 - this code in aspx.cs page
    [code=cpp]
    protected void btnchangepwd_Cl ick(object sender, EventArgs e)
    {
    try
    {
    ...
    See more | Go to post
    Last edited by Frinavale; Apr 30 '08, 06:36 PM. Reason: added [code] tags

  • raj200809
    replied to Error sending mail in .net
    in .NET
    Your are right but its also not working in localhost due to symentic antivirus.
    but when i change mail setting of symentic antivirus. its give me message .
    mail send. but i m not recive mail in to address.

    if any one have mail method code to send mail please give me the method. i want call the function on button click event and send a confirmation mail to client.

    please help me...
    See more | Go to post

    Leave a comment:


  • raj200809
    started a topic Error sending mail in .net
    in .NET

    Error sending mail in .net

    when i m sending mail i received error from symantec Antivirus" Your email message was unable to be sent because your mail server rejected the message
    550-5.7.1[122.163.196.231] the ip you’re using to send mail is not authorized"

    i have configure smtp server put 127.0.0.1 ip in relay and also put 127.0.0.1 ip in connection.
    Code:
    using System;
    using System.Collections;
    using System.ComponentModel;
    ...
    See more | Go to post
    Last edited by Plater; Apr 3 '08, 12:51 PM. Reason: code tags
No activity results to display
Show More
Working...