Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
Re: send mail
I am unable to send a mail via ASP.NET. It is not givng any errors, but i am unable to see the mail in my inbox. below is the code. [CODE] protected void Button1_Click(object sender, EventArgs e) { MailMessage message = new MailMessage(); SmtpClient smtpClient = new SmtpClient(); //SmtpClient.Host = …
Dear All, I am having a login page where I need to enter the login name and password for a user, which I need to verify with the backend database, using LINQ. I have tried but I am not getting. Can anybody assist. Following is the underlying code. [CODE] protected …
The End.
mukundgkallapur