Simple Directory Watcher is a tiny tool for record change in some particular directory changes like adding new directories and creating and deleting Files ,it auotomatically detects the changes and show on console screen .
Google ads
Saturday, January 14, 2012
Monday, January 9, 2012
Send Email in ASP.NET Using Gmail SMTP
Gmail smtp settings
smtp.gmail.com (use authentication) |
Use Authentication: Yes |
Port for TLS/STARTTLS: 587 |
Port for SSL: 465 |
Use the above settings for SMTP Client Class properties
If you're having any trouble sending mail but you've confirmed that encryption is active for SMTP in your mail client, try to configure your SMTP server on a different port (465 or 587)
If you enable SSL use 465 or else use 587 (default)
Inline Code
Here is working C# Code
Source :Gmail SMTP http://support.google.com/mail/bin/answer.py?hl=en&answer=13287
Saturday, January 7, 2012
Ms Chart Controls
MsChart Control using for first time.Donload sample guide for mschart control provided by microsoft.By following simple steps you can get code and practicing tutorial guide deploye in to IIS and browse code.
Download web samples from here
You can see the code like this at your end.
Source :Microsoft officials http://www.microsoft.com/download/en/details.aspx?id=14422
Subscribe to:
Posts (Atom)