User Profile
Collapse
-
Have you code change password... -
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
{
... -
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...Leave a comment:
-
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;
No activity results to display
Show More
Leave a comment: