Posts
 
Reputation
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
~431 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for ranu jain

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 = …

Member Avatar for azapovjednik
0
253
Member Avatar for mukundgkallapur

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 …

Member Avatar for rohand
0
178

The End.