Forum: C# 11 Days Ago |
| Replies: 3 Views: 185 |
Forum: C# 11 Days Ago |
| Replies: 3 Views: 185 Problem With Sending Email Through Asp.net I'm trying to sending Email through my web application from Gmail
by using Sustem.Net.Mail.SmtpClient
My code is
string To = "doctor_ofvet@yahoo.com";
string From = "doctorofvet@gmail.com";
... |
Forum: C# Oct 13th, 2008 |
| Replies: 5 Views: 433 |
Forum: C# Oct 13th, 2008 |
| Replies: 5 Views: 433 |
Forum: C# Oct 13th, 2008 |
| Replies: 5 Views: 433 |
Forum: C# May 6th, 2008 |
| Replies: 1 Views: 557 |
Forum: C# Apr 28th, 2008 |
| Replies: 3 Views: 289 |
Forum: C# Apr 28th, 2008 |
| Replies: 3 Views: 289 how to make the password like stars I have a task of bank program .
At the begining of the program it will requst from me to enter the user name and password
I want the password to appear like ****
I want your help ,I searched about... |
Forum: C# Apr 27th, 2008 |
| Replies: 9 Views: 657 Re: I need your help Thank you for your reply so how can I loop by decimal number and if you run my code without if condition it will run the program
and is thier any other method to calculate the root of a number
thank... |
Forum: C# Apr 26th, 2008 |
| Replies: 9 Views: 657 |
Forum: C# Apr 26th, 2008 |
| Replies: 9 Views: 657 I need your help Hi
I'm a beginer programer and I need your help
I'm using visual studio 2005 writing with c#, Iwant to make a small program at console
this program give the root of a number.
I writ this code
double... |